MA3STR0 / kimsufi-crawler

Crawler that will send you an email alert as soon as servers on OVH/Kimsufi become available for purchase
MIT License
193 stars 60 forks source link

Add IRC support for notifier #30

Closed lamperi closed 9 years ago

lamperi commented 9 years ago

A good idea would be to add some kind of support for IRC notifier. Running crawler could spawn an IRC connection, and messages could be delivered as private or channel messages. Additional config keys would be at least IRC server, IRC nick, message target.

There seems to be a library in pypi to support IRC protocol with tornado: https://pypi.python.org/pypi/tornado-irc/0.0.1

MA3STR0 commented 9 years ago

XMPP support has been recently added which I guess can substitute IRC for now. Otherwise, pull requests are appreciated.