Opened 18 years ago
Last modified 13 years ago
#413 reopened enhancement
Jabber Bot for notifications
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | lowest | Component: | Request-a-Hack |
Severity: | normal | Keywords: | jabber bot notifications |
Cc: | web@…, David Fraser | Trac Release: | 0.10 |
Description
A bot that notifies of timeline changes.
Attachments (0)
Change History (11)
comment:1 follow-up: 2 Changed 18 years ago by
comment:2 Changed 18 years ago by
Replying to coderanger:
There has been some very loose planning to build something as a generic TracBot framework. If this used something like Twisted Words, it would also have the benefit of being cross-system.
Yes, if it were coded with Twisted Words the Jabber implementation would be fairly easy
comment:3 Changed 18 years ago by
I implemented this for internal use at work using Twisted.
We run an internal jabber chat room, so our TracBot runs in there. Our TracBot polls the RSS feed of our Trac timeline for any changes and posts them into the jabber chat room. The bot also logs all our posts to the chat room and then dumps out a daily log back into Trac as a wiki page. This way we have a searchable history of our chat room in Trac.
Only took about 2-3 days to develop; that includes learning python and Twisted as I went along.
comment:4 follow-up: 5 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This can be done via any RSS-capable bot (eg. Supybot).
comment:5 follow-up: 7 Changed 17 years ago by
Cc: | web@… added; anonymous removed |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
Replying to athomas:
This can be done via any RSS-capable bot (eg. Supybot).
how would you do that with supybot which does not support jabber? Also running an external application just for this is not quiet the nice way .. :|
Replying to mcwanek@fourthwavellc.net:
We run an internal jabber chat room, so our TracBot runs in there. Our TracBot polls the RSS feed of our Trac timeline for any changes and posts them into the jabber chat room. The bot also logs all our posts to the chat room and then dumps out a daily log back into Trac as a wiki page. This way we have a searchable history of our chat room in Trac.
Would your company share the code?
IMHO this could be set up at the point where the regular mail notifications are sent right now.
comment:7 follow-up: 8 Changed 16 years ago by
Replying to Uranellus:
Replying to athomas:
This can be done via any RSS-capable bot (eg. Supybot).
how would you do that with supybot which does not support jabber? Also running an external application just for this is not quiet the nice way .. :|
Replying to mcwanek@fourthwavellc.net:
We run an internal jabber chat room, so our TracBot runs in there. Our TracBot polls the RSS feed of our Trac timeline for any changes and posts them into the jabber chat room. The bot also logs all our posts to the chat room and then dumps out a daily log back into Trac as a wiki page. This way we have a searchable history of our chat room in Trac.
Would your company share the code?
IMHO this could be set up at the point where the regular mail notifications are sent right now.
comment:8 Changed 16 years ago by
Replying to anonymous:
Replying to Uranellus:
Replying to athomas:
This can be done via any RSS-capable bot (eg. Supybot).
how would you do that with supybot which does not support jabber? Also running an external application just for this is not quiet the nice way .. :|
Replying to mcwanek@fourthwavellc.net:
We run an internal jabber chat room, so our TracBot runs in there. Our TracBot polls the RSS feed of our Trac timeline for any changes and posts them into the jabber chat room. The bot also logs all our posts to the chat room and then dumps out a daily log back into Trac as a wiki page. This way we have a searchable history of our chat room in Trac.
Would your company share the code?
IMHO this could be set up at the point where the regular mail notifications are sent right now.
comment:10 Changed 15 years ago by
to feed the RSS into a jabber conference you can use GOZERBOT and the RSS plugin in the gozerplugs package. See http://gozerbot.org for more information (the #trac IRC channel also uses this).
comment:11 Changed 13 years ago by
Priority: | normal → lowest |
---|
There has been some very loose planning to build something as a generic TracBot framework. If this used something like Twisted Words, it would also have the benefit of being cross-system.