Licensing information viewable in LICENSE.md
Python 3 is required for the DEL bot to function as it is built using python.
NOTE: This has only been tested in Python 3.8 and may be broken on newer or older versions of Python 3.
PM2 is optional and allows the DEL bot to auto-restart on crash.
A MongoDB instance is required - it must match the configuration in the settings.json
file and the values must be the same as the website instance.
Install all of the dependencies by running pip install -r requirements.txt
Run the python bot.py
command, please note python may be python3 on some platforms.
Run the pm2 start bot.py --name DEL-BOT
command.