[Baypiggies] IRC bot framework

Chris Clark Chris.Clark at actian.com
Fri Dec 14 20:05:44 CET 2012


On Friday 2012-12-14 11:00 (-0800), Don Marti <dmarti at zgp.org> wrote:
> begin Guido van Rossum quotation of Thu, Dec 13, 2012 at 01:53:33PM -0800:
>> Twisted?
> Yardbird is an IRC bot system based on Twisted.
>
>    "Yardbird is a Python package that allows you
>    to write IRC chat bots using Django. Internally
>    it uses Twisted Python to provide a sort of "IRC
>    client runserver" that dispatches incoming messages
>    to your Django apps."
>
> http://zork.net/yardbird/
>

 From a user perspective I actually like 
http://sourceforge.net/projects/supybot/ which is bot framework (like 
Phenny). It doesn't use Twisted, and works with stdlib.

I've not actually needed to implement a plugin/bot though I've just used 
the ones that it shipped with so I can't comment on how nice the API is. 
They do have a tutorial for plugins (a dice roll example I think).

Chris



More information about the Baypiggies mailing list