This is a simple app that allows RetroAchievements rich presence to be tracked on discord's rich presence.
- Python3
- You can install dependencies with
pip install -r requirements.txt
requests
(https://pypi.org/project/requests/)pypresence
(https://pypi.org/project/pypresence/)colorama
(https://pypi.org/project/colorama/)PyYAML
(https://pypi.org/project/PyYAML/)
- Discord Application (https://discord.com/developers/applications/) [For the Discord Application ID]
- Use the included
run.bat
file - During the first run, it will ask you for your Username and API KEY (Both from RetroAchievements). These are stored in a
config.yml
file