Discord bot that ranks top reacted messages on a podium ๐ !
Official invite link: Invite
To run this project, you will need to add the following environment variables to your .env file
DISCORD_TOKEN
Clone the project
git clone https://github.com/NiTrO0FuN/top-reactions-bot.git
Go to the project directory
cd top-reactions-bot
Virtual environment
- Create the virtual environment (first time only)
python -m venv <name_of_virtualenv>
- Activate it
- Windows
<name_of_virtualenv>\Scripts\activate.bat
- Linux + macOS
source <name_of_virtualenv>/bin/activate
Install dependencies
pip install -r requirements.txt
Create the database (first time only)
python db_helpers/create_db.py
Start the bot
python bot.py