dr.botzo, the IRC bot with Django integration.
Go to file
Brian S. Stephan 5fff9411a5 Races: add module to do a crude racebot thing
join/start/update/finish/leave. good enough start i think
2014-03-16 15:46:15 -05:00
dr_botzo Races: add module to do a crude racebot thing 2014-03-16 15:46:15 -05:00
ircbot Races: add module to do a crude racebot thing 2014-03-16 15:46:15 -05:00
races Races: add module to do a crude racebot thing 2014-03-16 15:46:15 -05:00
requirements clean up the requirements a bit 2014-03-16 11:44:49 -05:00
scripts script to port old seen data to django models 2014-03-16 12:21:38 -05:00
seen Seen: don't use ModificationDateTimeField 2014-03-16 12:16:21 -05:00
.gitignore .gitignore a bunch of django stuff 2014-03-16 09:34:20 -05:00
BUGS BUGS: document twitter bug to fix when i'm not lazy 2012-12-21 11:20:30 -06:00
COPYING adding GPLv3 license file 2010-07-27 19:29:28 -06:00
EXTERNALS remove old twitter library 2013-09-05 19:11:18 -05:00
README a more helpful README 2010-07-27 19:29:28 -06:00
TODO TODO: thinking we probably don't need a cron thing 2012-12-21 11:20:54 -06:00
dr.botzo.py have dr.botzo use django settings 2014-03-16 09:59:52 -05:00
logging.cfg have dr.botzo use django settings 2014-03-16 09:59:52 -05:00
manage.py django skeleton 2014-03-16 09:22:11 -05:00

README

dr.botzo --- an IRC bot

   dr.botzo is an IRC bot written in Python and using irclib.py to handle most
   of the protocol stuff. It is mostly a fun project for a couple of us to hack
   around on, but you may find it useful, in which case you're free to copy
   this source, send patches, etc.

SOURCE

   http://www.incorporeal.org/sw/?a=summary&p=dr.botzo

AUTHORS

   Brian S. Stephan <bss@incorporeal.org>

DEVELOPMENT

   The bot is currently written to be fairly modular. No real documentation on
   this yet, but those interested in developing more features should take a
   look at the classes in dr.botzo.py.