The CNET Tabloid Bot is a simple Discord bot that is used to keep track of the CNET tabloid. It is used to tabloid another CNET and display both personal and global statistics.
Usage documentation can be found here.
The application requires sensitive environment variables. If you want to stand up your own version, you must create your own application using the Discord Developer Portal.
Requires: Python >=3.8
% git clone https://github.com/alexishp80/tabloidbot.git
% cd tabloid bot
% python3 -m venv .venv
% source .venv/bin/activateWithin the environment, install the dependencies from requirements.txt
pip install -r requirements.txt
Then, run the app
python3 bot.py