An open API service indexing awesome lists of open source software.

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

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 ...

```