Easy DRPC is a simple and user-friendly tool for integrating Discord Rich Presence (DRPC) into your applications. This project allows you to easily configure and run DRPC either by building from source or using the provided executable.
- Effortless Discord Rich Presence integration
- Customizable configuration via a config file
- Lightweight and easy to use
git clone https://github.com/iayushanand/Easy-DRPC.git
cd Easy-DRPC
Easy DRPC uses a config.txt
file for setup. You can find a sample config in the repository.
CLIENT_ID=
LARGE_IMAGE=
LARGE_TEXT=
STATE=
DETAILS=
ENABLE_TIMESTAMP=
TIMESTAMP=
- CLIENT_ID: Create a new application on the Discord Developer Portal and copy the Client ID.
- LARGE_IMAGE: Upload images in your Discord application’s Rich Presence assets and use their keys.
- Details/State: Customize these fields to display your status.
- Timestamp: Unix Timestamp. Use a convertor to get the desired value
- Download the latest release from the Releases page.
- Extract the contents to your desired location.
- Set up your config file
- Double-click
EasyDRPC.exe
to start the application.
This project is licensed under the MIT License.
For questions or support, open an issue on GitHub.