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.pytoconfig.pyand fill in the variables - Rename
emoji_example.jsontoemoji.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 thegbcemoji asgbcin Discord. - Run the bot:
python3 bot.py &



