Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitro0fun/top-reactions-bot
Discord bot that ranks top reacted messages on a podium 🏆 !
https://github.com/nitro0fun/top-reactions-bot
Last synced: 9 days ago
JSON representation
Discord bot that ranks top reacted messages on a podium 🏆 !
- Host: GitHub
- URL: https://github.com/nitro0fun/top-reactions-bot
- Owner: NiTrO0FuN
- License: mit
- Created: 2023-12-11T15:28:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:16:51.000Z (3 months ago)
- Last Synced: 2024-08-06T00:19:00.071Z (3 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Top Reactions Bot
Discord bot that ranks top reacted messages on a podium 🏆 !
Official invite link: [Invite](https://discord.com/api/oauth2/authorize?client_id=1183036134792638494&permissions=277025614912&scope=bot)
## 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
```bash
git clone https://github.com/NiTrO0FuN/top-reactions-bot.git
```Go to the project directory
```bash
cd top-reactions-bot
```Virtual environment
- Create the virtual environment (first time only)
```bash
python -m venv
```
- Activate it
- Windows
```cmd
\Scripts\activate.bat
```
- Linux + macOS
```bash
source /bin/activate
```
Install dependencies```bash
pip install -r requirements.txt
```Create the database (first time only)
```bash
python db_helpers/create_db.py
```Start the bot
```bash
python bot.py
```