You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
.yarn | 1 year ago | |
docs | 1 year ago | |
lib | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
.gitpod.Dockerfile | 1 year ago | |
.gitpod.yml | 1 year ago | |
.pnp.cjs | 1 year ago | |
.pnp.loader.mjs | 1 year ago | |
.yarnrc.yml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
app.js | 1 year ago | |
package.json | 1 year ago | |
yarn.lock | 1 year ago |
README.md
Unofficial MCC Discord Rich Presence
Key | Value |
---|---|
Maintability/Stability Status | New Project / |
Description | Unofficial Discord Rich Presence for MCC viewers/participants, in an REST API. |
License | MIT |
Maintainer | Andrei Jiroh |
Canonical Repository | https://gitlab.com/RecapTime/mcc-discord-rpc |
Contains programmatic REST API to update Discord Rich Presence on the fly, especially for MCC viewers who use Discord. It's still not yet ready for production use, but we welcome accepting community contributions
Requirements
You need Node.js 16 (or later) and optionally Git if you choose not to download the source tarball (and want to easily update your copy).
Setup
- Make sure Yarn is installed, and if not try
corepack enable && yarn
(it's all same for PowerShell and Command Prompt). - Navigate to your local copy of the repo (either through
git clone https://gitlab.com/RecapTime/mcc-discord-rpc
or extracted from tarball) and just runyarn start
. No morenpm install
since we use Yarn Plug 'n Play in combination with offline caches checked in, especially in cases where Windows Defender will think Node.js processes are doing some ransomware-like activity on filesystem level when populating thenode_modules
directory via the regular npm install. - Fire up Discord desktop client and enjoy. Optionally hook up your stream board to do some API calls behind the scenes.
Documentation
Additional documentation can be found on the docs
directory, including asset key names and API Docs.