Simple console program that lets you customize your Discord rich presence.
xRPC allows you to customize your Discord rich presence. You can specify your own text, images, and buttons that will be displayed on your Discord profile whenever the program is running.
Before you begin: Make sure Python 3 is installed on your computer!
git clone https://github.com/tnt10128/xRPC
andcd xRPC
python3 -m pip install -r requirements.txt
- Go to the Discord Developer Portal, create a new application, and copy the Application ID. Paste it into the
client_id
section of the config.json file. - Modify the values in config.json as you wish.
- Start the app with
python3 main.py
. If your config file is not named "config.json", add the name of your config file as an argument.