https://github.com/leabs/discord-reaction-count
A Discord bot that ranks and displays the top 25 messages with the most reactions
https://github.com/leabs/discord-reaction-count
discord discord-bot discord-py
Last synced: about 1 month ago
JSON representation
A Discord bot that ranks and displays the top 25 messages with the most reactions
- Host: GitHub
- URL: https://github.com/leabs/discord-reaction-count
- Owner: leabs
- Created: 2024-12-11T00:14:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-11T13:41:30.000Z (over 1 year ago)
- Last Synced: 2026-02-18T04:20:45.060Z (4 months ago)
- Topics: discord, discord-bot, discord-py
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Reaction Count
This repo defines a Discord bot that ranks and displays the top 25 messages with the most reactions in a server for a specified year (by default it checks the current year). The bot is written in Python and uses the discord.py library.
## Installation
1. Clone the repository
2. Change directories into the code repo and install the required packages using the following command:
```bash
pip install -r requirements.txt
```
3. Create a new Discord bot and add it to your server. You can follow the instructions [here](https://discordpy.readthedocs.io/en/stable/discord.html). You will need to do all steps including inviting the bot to your server.
4. Run the bot using the following command:
```bash
python bot.py
```
5. The bot is now running and you can use the command `!top_messages` in your server to see the top 25 messages with the most reactions.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.