rewrite page (old content in README), add module documentation

Brian S. Stephan 2017-02-06 21:02:49 -06:00
parent a59fd02285
commit bc36dfcc60
1 changed files with 21 additions and 4 deletions

25
home.md

@ -1,7 +1,24 @@
## dr.botzo
**dr.botzo** is intended to be a fairly modular IRC bot. It benefits from Django as a backend for an ORM and some web views (which need to be cleaned up a bit, honestly).
*an IRC bot*
### Modules
### Overview
Modules can include IRC plugins, Django apps, or both.
dr.botzo is an IRC bot written in Python, using Django as a backend and the irc library 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.
* acro
* choices (going away, see #15)
* countdown
* dice
* dispatch
* facts
* gitlab_bot
* karma
* markov
* pi
* races
* seen
* storycraft
* transform
* twitter
* weather
Maybe at some point I'll put them apart into separate packages, but it's at the absolute bottom of my priority list, so right now you get the whole thing.