Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noowz/crrpc
Discord Rich Presence that shows on your profile your Clash Royale statistics.
https://github.com/noowz/crrpc
clash-royale clash-royale-api discord discord-js discordapp djs rich-presence rpc supercell supercell-clash-royale
Last synced: 2 months ago
JSON representation
Discord Rich Presence that shows on your profile your Clash Royale statistics.
- Host: GitHub
- URL: https://github.com/noowz/crrpc
- Owner: noowz
- License: mit
- Created: 2022-06-12T12:59:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T01:28:34.000Z (4 months ago)
- Last Synced: 2024-09-28T08:42:53.041Z (3 months ago)
- Topics: clash-royale, clash-royale-api, discord, discord-js, discordapp, djs, rich-presence, rpc, supercell, supercell-clash-royale
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CRRPC](https://socialify.git.ci/noowz/CRRPC/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pattern=Solid&pulls=1&stargazers=1&theme=Auto)
---
About |
Preview |
Installation |
How to use |
Contribute |
License |
Disclaimer |---
## **π About**
**CRRPC** is a Discord Rich Presence that shows on your profile your Clash Royale statistics.
---
## **πΌοΈ Preview**
![Discord RPC](https://i.imgur.com/c0YGSaz.png)
---
## **βοΈ Installation**
1. Download [Node.js](https://nodejs.org/en/download/prebuilt-installer).
2. Download [CRRPC](https://github.com/noowz/CRRPC/releases/latest).---
## **π How to use**
1. Open **Clash Royale** and follow the steps to get your player tag:
![Clash Royale Player Tag](https://i.imgur.com/u8s9nAf.gif)
2. Go to the `config.json` file and replace **YOUR PLAYER TAG** with your Clash Royale player tag.
3. Go to the [Clash Royale API Dashboard](https://developer.clashroyale.com) and create an account or log in to your account.
4. Create a [new API key](https://developer.clashroyale.com/#/new-key). You will need to allow your IP Address. To find out your IP Address, [click here](https://nordvpn.com/what-is-my-ip).
5. Go to the `config.json` file and replace **YOUR API KEY** with your API key.
6. Open the CMD/Terminal and go to the place where you saved the files with the `cd` command.
7. Install all the required dependencies:```cmd
npm install
```8. Run the RPC:
```cmd
node .
```---
## π **Contribute**
If you have a bug or an idea, browse the open [issues](https://github.com/noowz/CRRPC/issues) before opening a new one.
If you know how to fix an [issue](https://github.com/noowz/CRRPC/issues), consider opening a [pull request](https://github.com/noowz/CRRPC/pulls) for it.
---
## π **License**
This project is licensed under the [MIT](./LICENSE) license.
---
## π **Disclaimer**
> This material is unofficial and is not endorsed by Supercell. For more information see Supercell's Fan Content Policy: [Supercellβs Fan Content Policy](https://supercell.com/fan-content-policy).