Discord bot inspired by dr.botzo
Go to file
Brian S. Stephan 114df6fd1b add weather module, for reporting the weather
stolen from dr.botzo
2018-01-08 16:30:20 -06:00
bot trivial whitespace change for pep stuff 2018-01-08 09:56:15 -06:00
dice roll simple and complicated dice 2018-01-08 12:40:19 -06:00
hitomi add weather module, for reporting the weather 2018-01-08 16:30:20 -06:00
weather add weather module, for reporting the weather 2018-01-08 16:30:20 -06:00
.gitignore .gitignore some lex/yacc stuff 2018-01-08 11:39:52 -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 add basic requirements for discord.py and dev stuff 2018-01-03 00:17:46 -06:00
requirements-dev.txt add requests to requirements, for wunderground 2018-01-08 16:26:34 -06:00
requirements.in add requests to requirements, for wunderground 2018-01-08 16:26:34 -06:00
requirements.txt add requests to requirements, for wunderground 2018-01-08 16:26:34 -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.