Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angablue/discord-rpc
Create an interactive rich presence application on Discord to show extra information and buttons on your profile.
https://github.com/angablue/discord-rpc
discord discord-rpc discord-rpc-with-buttons rich-presence
Last synced: about 7 hours ago
JSON representation
Create an interactive rich presence application on Discord to show extra information and buttons on your profile.
- Host: GitHub
- URL: https://github.com/angablue/discord-rpc
- Owner: AngaBlue
- License: lgpl-3.0
- Created: 2021-06-05T02:16:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T02:54:35.000Z (5 months ago)
- Last Synced: 2024-08-26T03:59:20.178Z (5 months ago)
- Topics: discord, discord-rpc, discord-rpc-with-buttons, rich-presence
- Language: JavaScript
- Homepage:
- Size: 244 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord Rich Presence 💬
Create an interactive rich presence application on Discord to show extra information and buttons on your profile.
### 🏠 [Homepage](https://github.com/AngaBlue/discord-rpc#readme)
![Rich Presence Image Preview](https://i.anga.blue/QrX8.png)
## Install
Clone or download this repository and install dependices using your package manager of choice.```sh
npm i
```## Usage
1. Create a new application on the [Discord Developer portal](https://discord.com/developers).
2. Fill out the application details and upload an image under Rich Presence with the key `logo-1080`.
3. Create a `.env` file with the keys `CLIENT_ID` and `CLIENT_SECRET`. Fill both of these values out accordingly.
4. Modify any string values that you like in `index.mjs` (fork if you'd like to save your changes through git)
5. Create a shortcut to `discord-rpc.vbs` in your startup folder in order to start the rich presence application when you reboot your computer. To access your startup folder, press `Win`+`r` and type `shell:startup`.
6. At any point, you can manually start the rich presence application by double clicking `discord-rpc.vbs`.## Author
👤 **AngaBlue **
* Website: https://anga.blue
* Github: [@AngaBlue](https://github.com/AngaBlue)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/AngaBlue/discord-rpc/issues). You can also take a look at the [contributing guide]( ).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [AngaBlue ](https://github.com/AngaBlue).
This project is [LGPL--3.0--or--later](https://github.com/AngaBlue/discord-rpc/blob/master/LICENSE) licensed.