Just another discord bot.
Python >=3.6, <=3.8 are required. This is due to chatterbot currently not working on anything over Python 3.8.
pip install -r requirements.txt
Get wkhtmltopdf for generating cards and producing images from templates...
- Ubuntu and Debian
sudo apt install wkhtmltopdf
- Windows... Install the binaries here http://wkhtmltopdf.org/.
Some features and fixes to come...
- Replacing jinja2 templating with something more lightweight String Templating
- Mode for only talking to one person at a time.
- Speed fixes and improvements.
- Handling SSL disconnect errors that can cause crashes.
- ASCII dice rolls.
- Stopping DanBot responding to other bots.
- Fixing the permission mess with server info.
- Maybe finding a better host.