Modify

Opened 18 years ago

Last modified 12 years ago

#413 reopened enhancement

Jabber Bot for notifications

Reported by: c00i90wn <c00i90wn@…> 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 Changed 18 years ago by Noah Kantrowitz

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.

comment:2 in reply to:  1 Changed 18 years ago by anonymous

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 17 years ago by mcwanek@…

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 Changed 17 years ago by Alec Thomas

Resolution: worksforme
Status: newclosed

This can be done via any RSS-capable bot (eg. Supybot).

comment:5 in reply to:  4 ; Changed 17 years ago by Uranellus

Cc: web@… added; anonymous removed
Resolution: worksforme
Status: closedreopened

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:6 Changed 16 years ago by David Fraser

Cc: David Fraser added

The AnnouncerPlugin might be useful here

comment:7 in reply to:  5 ; Changed 15 years ago by 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:8 in reply to:  7 Changed 15 years ago by anonymous

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:9 Changed 15 years ago by Ryan J Ollos

Some inverse of the requested functionality: JabberTracScript

comment:10 Changed 14 years ago by bthate@…

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 12 years ago by anonymous

Priority: normallowest

Modify Ticket

Change Properties
Set your email in Preferences
Action
as reopened The owner will remain anybody.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.