dr.botzo, the IRC bot with Django integration.
Go to file
Brian S. Stephan 827131eeda bump django 2015-03-29 10:29:25 -05:00
dr_botzo Markov: first cut of markov in django 2014-04-05 10:52:29 -05:00
ircbot Markov: default bot to only one sentence replies 2014-05-03 21:00:48 -05:00
markov Markov: indicate # sentences we want in a line 2014-05-03 20:56:33 -05:00
races Merge branch 'master' of git.incorporeal.org:dr.botzo 2014-04-05 17:26:17 -05:00
requirements bump django 2015-03-29 10:29:25 -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: view/form/etc for teaching lines 2014-04-05 14:53:30 -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 bump django 2015-03-29 10:29:25 -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.