https://github.com/ente/simple-discord-rpc-js
An simple Node.JS application, allowing you to interact with the Discord RPC
https://github.com/ente/simple-discord-rpc-js
Last synced: 3 months ago
JSON representation
An simple Node.JS application, allowing you to interact with the Discord RPC
- Host: GitHub
- URL: https://github.com/ente/simple-discord-rpc-js
- Owner: Ente
- Created: 2021-01-16T16:55:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T01:21:07.000Z (over 4 years ago)
- Last Synced: 2025-01-27T08:13:52.468Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-discord-rpc-js
An simple Node.JS application, allowing you to interact with the Discord RPC**Attention: due to restrictions only Discord Developer Applications that were created before __September 2019 work with the Discord RPC__!**
## Requirements
### discord-rpc
Install it with `npm install discord-rpc`
### node.js & npm
Install Node.JS from the official website ["https://nodejs.org/en/"](https://nodejs.org/en/)
## How do I get my accessToken?
You can use my simple access Token Generator Page: [click me](https://theducky.xyz/discord)
Everything you need for the Generator can be found here -> [https://discord.com/developers/applications](https://discord.com/developers/applications) :
- your Client ID
- your Client Secret
- OAuth Parameters seperated by comma## How to start the Discord RPC Application?
Type `node main.js` into the terminal and you should get an output like that:
```log
Logged in as ...
Authed for user ...```