Ticket #1952 (new enhancement)

Opened 4 years ago

Last modified 2 years ago

CIA-like irc bot

Reported by: anonymous Assigned to: anybody
Priority: normal Component: Request-a-Hack
Severity: normal Keywords: irc,bot,cia
Cc: thijs Trac Release: 0.10

Description

A irc bot that echos updates which you would normaly see in the timeline either as plugin that connects itself and reports, or as API so it works together with an existing eggdrop bot..

Attachments

Change History

02/08/08 14:54:54 changed by anonymous

what about just using an irc bot with an rss plugin?

02/08/08 22:46:24 changed by JamieWolf

Just use an Eggdrop, get a rss reader for the eggdrop, I recommend rss-synd (can be found here: http://labs.wizzer-it.com/)

Example Configuration

set rss(<name>) {
                "url"                   "<URL to tracs rss feed>"
                "channels"              "<Channel in which rss should be posted>"
                "database"              "./rss/<databasename>.db" //change this
                "output"                "[\002@@item!category@@\002] @@item!title@@ - @@item!link@@"
                "trigger"               "!timeline"
                "update-interval"       5 // Bot checks every 5 minutes
        }

Hope this helps someone!

12/05/08 07:05:07 changed by otaku42

You could also use SuPyBot, which has plugins for fetching RSS feeds and announcing them as you wish. There is also a plugin for better integration with Trac, e.g. to easier get URLs for a specific ticket. Similar setups are used in Freenode channels #trac and #madwifi, for example.

03/22/09 22:02:12 changed by JamesMills

kdb a bot I developer for fun and as a test and development framework for my circuits library also has a whole host of plugins one of which is an RSS plugin that I use to feed live updates of my Trac projects into my channels.

Come see me on FreeNode? (prologic) :)

--JamesMills

06/26/09 18:09:56 changed by thijs

  • cc set to thijs.

gozerbot is being used by the trac team itself on freenode's #trac channel, it basically monitors the timeline rss feed and spits any changes into the chat. Works great, and I suggest setting that up instead.


Add/Change #1952 (CIA-like irc bot)




Change Properties
Action