On Thursday 29 Oct 2009 4:03:47 pm steve wrote: > There isn't a high likelyhood of finding exactly what you are looking for. > I think an easier approach would be to program a bot that executes a new > mail check when specifically commanded to. > > If you insist on a event monitoring bot tho', try creating on yourself, it > isn't too hard to do. Look at the first result for the google query: > > http://www.google.com/search?&q=email+checking+irc+bot > > ...that should give you an idea how to do it. >
the whole idea of monitoring events with a bot is silly. Every program knows what it is doing and is capable of sending signals/notifications when an event happens. My django app tweets whenever a new report is added, my hg repository sends a mail whenever a change takes place, my mailserver sends me a mail whenever something happens ... let each application send a signal to the bot which the bot can publish. Publish over email, sms, twitter, irc and what have you - or maybe even ride the google wave. -- regards kg http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
