Skip to content

danny-burrows/DanBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DanBot

Just another discord bot.

Requirements & Setup

Python >=3.6, <=3.8 are required. This is due to chatterbot currently not working on anything over Python 3.8.

1. Python requirements...

pip install -r requirements.txt

2. wkhtmltopdf

Get wkhtmltopdf for generating cards and producing images from templates...

  • Ubuntu and Debian
sudo apt install wkhtmltopdf

Useful Links

Future Plans

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.