dr.botzo, the IRC bot with Django integration.
Go to file
Brian S. Stephan ad2044a178 Markov: unicode debugging lines 2014-04-05 14:24:30 -05:00
dr_botzo Markov: first cut of markov in django 2014-04-05 10:52:29 -05:00
ircbot Races: add FK to Race in RaceUpdate 2014-03-20 18:36:52 -05:00
markov Markov: unicode debugging lines 2014-04-05 14:24:30 -05:00
races Races: add some logging stuff for later use 2014-04-05 10:50:01 -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
static/css blank index page. code stolen from polycephaly 2014-03-20 19:21:11 -05:00
templates Markov: first cut of markov in django 2014-04-05 10:52:29 -05:00
.gitignore .gitignore *.log 2014-04-05 10:50:33 -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.