/QuickRPC

Discord Rich Presence, fast.

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Get started, fast

QuickRPC is a simple ElectronJS demo for interfacing with Discord's rich presence support through a simple desktop app.

Installation

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jackmerrill/QuickRPC.git
# Go into the repository
cd QuickRPC
# Install dependencies
npm install
# Run the app
npm start

Usage

Enter the ClientID from the discord application you wish to use with this tool in the App ID field. You can then adjust other parameters in their appropriate fields. For more info on what these fields are and how to work with them, head on over to discord's documentation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

CC0 1.0 (Public Domain)