noowz / BSRPC

Discord Rich Presence that shows on your profile your Brawl Stars statistics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSRPC


About | Preview | Installation | How to use | Contribute | License | Disclaimer |


๐Ÿ“™ About

BSRPC is a Discord Rich Presence that shows on your profile your Brawl Stars statistics.


๐Ÿ–ผ๏ธ Preview

Discord RPC


โš’๏ธ Installation

  1. Download Node.js.
  2. Download BSRPC.

๐Ÿš€ How to use

  1. Open Brawl Stars and follow the steps to get your player tag:

    Brawl Stars Player Tag

  2. Go to the config.json file and replace YOUR PLAYER TAG with your Brawl Stars player tag.

  3. Go to the Brawl Stars API Dashboard and create an account or log in to your account.

  4. Create a new API key. You will need to allow your IP Address. To find out your IP Address, click here.

  5. Go to the config.json file and replace YOUR API KEY with your API key.

  6. Open the Terminal and go to the folder where you saved the files with the cd command.

  7. Install all the required dependencies:

    npm install
  8. Run the RPC:

    node .

๐Ÿ› Contribute

If you have a bug or an idea, browse the open issues before opening a new one.

If you know how to fix an issue, consider opening a pull request for it.


๐Ÿ“ License

This project is licensed under the MIT 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.

About

Discord Rich Presence that shows on your profile your Brawl Stars statistics.

License:MIT License


Languages

Language:JavaScript 100.0%