This bot is designed to keep track of your earned cheevos from RetroAchievements and share them with your friends on Discord.
Some features:
- Achievement embeds with configurable intervals for multiple users
- Daily Overview embeds for multiple users
- Clickable links to the RetroAchievement site
- Set Completion
- Amount of Points & RetroPoints
- Achievement of the Day & Game of the Day!
![]() |
![]() |
![]() |
![]() |
To get started with Retrocord, follow these steps:
- Clone the repository to your local machine or download the latest release
- Navigate to the project directory
- Install the dependecies with
pip install -r requirements.txt
- Navigate to
/config/
, renameconfig_example.py
toconfig.py
and fill in the variables - Rename
emoji_example.json
toemoji.json
, upload console icons as emoji in your Discord server, and fill in their ID's inemoji.json
. It's important to keep the naming scheme, so upload thegbc
emoji asgbc
in Discord. - Run the bot:
python3 bot.py &