A powerful Discord bot for viewing Hypixel statistics, with a special focus on Duels and Bedwars game modes.
-
Duels Statistics
- Comprehensive stats for all game modes
- Kills, deaths, wins, losses tracking
- Current and best winstreak monitoring
- Title and prestige display
- Support for specialized modes (Bridge, UHC, SkyWars, etc.)
-
Bedwars Features
- Map information and previews
- Experience and level tracking
- Star and prestige calculation
/duels [username] (gamemode)
- View Duels statistics
/bedwars-map [map]
- Get information about a Bedwars map- Additional Bedwars commands coming soon!
- Hypixel API - Core game statistics (API key required) API KEY WILL RESET EVERY 24 HOURS
- Polsu API - Map information and additional data (API key required)
- Mojang API - Player UUID and profile information
- discord.py - Discord bot framework
- aiohttp - Asynchronous HTTP requests
- python-dotenv - Environment variable management
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Create a
credentials.py
file with your API tokens:DISCORD = "discord-token" POLSU = "polsu-key" HYPIXEL = "hypixel-key"
- Run the bot:
python main.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.