From bc36dfcc607e295e89125ca8258668799558ddc2 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 6 Feb 2017 21:02:49 -0600 Subject: [PATCH] rewrite page (old content in README), add module documentation --- home.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/home.md b/home.md index ab69d3a..3e8b42e 100644 --- a/home.md +++ b/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. \ No newline at end of file +* 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. \ No newline at end of file