[Baypiggies] IRC bot framework

Tim Hatch tim at timhatch.com
Fri Dec 14 00:37:52 CET 2012


On 12/13/12 1:44 PM, Mitch Patenaude wrote:
> I'm trying to build an IRC bot in python, and I'm looking for a good
> framework to use.
> 
> I've played with phenny, but I can't seem to make it work.  Does anybody
> know of another framework?

I've built a trivial one on top of Djangobot before.  It's Twisted at
the core, but with some nice abstractions for commands-as-functions.

http://code.google.com/p/djangobot/
https://github.com/brosner/djangobot/blob/master/djangobot/__init__.py

> 
>   -- Mitch Patenaude
>      patenaude at gmail.com <mailto:patenaude at gmail.com>
> 
> 
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
> 



More information about the Baypiggies mailing list