Skip to content

Repository files navigation

I'm sorry for the ass code, I'm kinda new in the c++ world.

Warning

Currently only supports Windows

User Usage

  1. First of all, the software is not required to be launched manually. It is launched by a browser extension when it is needed and closes itself when it's not.
  2. Install a compatible browser extension.
  3. Open a page that the extension can work with.
  4. Accept browser's webrichpresence:// launching prompt (make sure to tick the checkbox to make it work seamlessly).

Compatible Extensions:

Packaging

The release archive contains:

  • WebRichPresenceW.exe — the software itself;
  • WebRichPresence.exe — a verbose version of the software that launches with a terminal for troubleshooting purposes;
  • discord_partner_sdk.dll — a vital component of the software.

Installation

  1. Download the latest release archive from the releases.
  2. Extract it somewhere. The software is portable (as long as it was launched once in a new directory if was moved).
  3. Launch WebRichPresenceW.exe.

Developer Usage

  1. Launch the software from JavaScript by opening the webrichpresence://<identifier>/<port>" URI, e.g. window.location.href = "webrichpresence://<identifier>/<port>";
  2. Connect to the software via WebSocket: ws://localhost:<port>/<identifier>;
  3. Start sending commands. Types are available at webrichpresence.types.ts.

About

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages