Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sandarutharuneth/discord-rich-presence
- Owner: sandarutharuneth
- Created: 2023-01-01T09:48:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:32:46.000Z (9 months ago)
- Last Synced: 2024-10-13T02:44:50.456Z (4 months ago)
- Topics: custom-rpc, discord, discord-js, discord-rpc, discord-rpc-client, rich-presence, rpc, web-application, web-ui
- Language: JavaScript
- Homepage:
- Size: 43.7 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
© Project Razer