NiTrO0FuN / top-reactions-bot

Discord bot that ranks top reacted messages on a podium πŸ† !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top Reactions Bot

Discord bot that ranks top reacted messages on a podium πŸ† !

Official invite link: Invite

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DISCORD_TOKEN

Run the bot

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

About

Discord bot that ranks top reacted messages on a podium πŸ† !

License:MIT License


Languages

Language:Python 100.0%