A discord bot for the tldr news network's discord server
- Download or clone the bot
git clone https://github.com/Hattyot/TLDR-Bot.git
cd TLDR-Bot
- install required modules
pip3 install -r requirements.txt
- Rename config_example.py to config.py and add relevant info
- Install community edition mongodb server. Installation guides: https://docs.mongodb.com/manual/administration/install-community/
- Run the bot
python3 bot.py
docker-compose build
docker-compose up -d