Discord bot inspired by dr.botzo
Go to file
Brian S. Stephan 793fdb0e84 config option for loading bot "plugins"
as it turns out, i can't use a module __init__.py to load bot stuff, if
that code would refer to django models, because the django code will try
to do stuff before the apps are initialized, and then the entire house
of cards crumbles apart.

so, i will explicitly load these bot "plugins" separately, after the
modules proper are all initialized
2018-01-09 15:18:38 -06:00
bot config option for loading bot "plugins" 2018-01-09 15:18:38 -06:00
dice roll simple and complicated dice 2018-01-08 12:40:19 -06:00
hitomi config option for loading bot "plugins" 2018-01-09 15:18:38 -06:00
logger add on_message_handlers to Bot, by extending Bot 2018-01-09 15:16:01 -06:00
weather weather: use ** for bold rather than irc codes 2018-01-09 11:01:49 -06:00
.gitignore .gitignore .log files 2018-01-08 16:33:21 -06:00
README.md Add README.md 2018-01-02 22:49:12 -06:00
manage.py start Django project, add basic Discord bot 2018-01-08 09:30:31 -06:00
requirements-dev.in document our requirements.in files 2018-01-09 09:41:03 -06:00
requirements-dev.txt add aiohttp explicitly, for an API server 2018-01-09 09:37:45 -06:00
requirements.in document our requirements.in files 2018-01-09 09:41:03 -06:00
requirements.txt add aiohttp explicitly, for an API server 2018-01-09 09:37:45 -06:00

README.md

hitomi

a Discord bot

Overview

dr.botzo is a Discord bot written in Python, using Django as a backend and the discord.py 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.

Documentation

Usage documentation is pretty scarce at the moment, but you can find what does exist on the wiki.

TODO

New features, improvements, bugs, etc. are tracked in GitLab.