A basic command-line client for the WebRichPresence service
WebRichPresence is a simple system that provides a web API for sites, apps, and services to use Discord's Rich Presence features without having to build their own app to run on your PC. All they need to do is collect a token from you, and then this client will display the presences they submit to the API.
> git clone https://github.com/nint8835/WebRichPresence_Client.git
> cd WebRichPresence_Client.git
> python setup.py install
- Run
webrichpresence
- This is the client that will actually handle the interaction with Discord
- Make note of the token that is logged to the console
- This token is what will allow services to update your presence
- Provide this token to all services that you wish to be able to update your status.
At the moment, there is no proper API documentation. For an example of how to make requests to WebRichPresence, check out these Javascript functions