Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandarutharuneth/discord-rich-presence

Discord Custom Rich Presence on your PC. Easy to customize and run on VS Code or as a Web application.
https://github.com/sandarutharuneth/discord-rich-presence

custom-rpc discord discord-js discord-rpc discord-rpc-client rich-presence rpc web-application web-ui

Last synced: 3 months ago
JSON representation

Discord Custom Rich Presence on your PC. Easy to customize and run on VS Code or as a Web application.

Awesome Lists containing this project

README

        

# Discord Custom RPC
Create your own customized Discord status by using our code

[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)

# Installation
- Clone the reposatory
```javascript
git clone https://github.com/sandarutharuneth/discord-rich-presence.git
```
## Web UI
- Head to the /dashboard directory
```javascript
cd dashboard
```
- Install Node Modules
```javascript
npm install
```
- Start the Web UI
```javascript
npm run start
```
- [Access Web UI](http://localhost:3000)
- Fill all the Textboxes with relevent data
- Click Save and Start
***
## Terminal without UI
- Navigate to the Terminal directory
```javascript
cd Terminal
```
- Install Node Modules
```javascript
npm i install
```
- Fill all the necessary details on `index.js` file
- Put your Client ID here
```javascript
rpc.login(
{
clientId: '8563535768137802'
}
)
```
- Run the script using one of these commands
```js
node .
```
```js
node index.js
```
# Developers

# Licensed Under
### Creative Commons CC0 v1.0 Universal
[View the license here](https://github.com/sandarutharuneth/discord-rich-presence/blob/master/LICENSE)
#### Copyright 2023 © All Rights are Reserved

# Support



Readme-Card.png

© Project Razer