Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.11 KB

WebRichPresence_Client

A basic command-line client for the WebRichPresence service

About WebRichPresence

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.

Installation

> git clone https://github.com/nint8835/WebRichPresence_Client.git
> cd WebRichPresence_Client.git
> python setup.py install

Usage

  1. Run webrichpresence
    • This is the client that will actually handle the interaction with Discord
  2. Make note of the token that is logged to the console
    • This token is what will allow services to update your presence
  3. Provide this token to all services that you wish to be able to update your status.

For developers

At the moment, there is no proper API documentation. For an example of how to make requests to WebRichPresence, check out these Javascript functions