Releases: Xiang511/FetchCRAPI-Node.js
Releases · Xiang511/FetchCRAPI-Node.js
v1.0.0
Simple automated version
Just add variables to the .env file to execute.
Features
- Player personal information
- Local ladder ranking information
- Clan information
- Global ladder ranking information
Preparation
- Go to ClashRoyale
- Log in and click My Account (top right corner)
- Click "Create New KEY" =>
The official needs your IP address, remember to check your IP first - Save your token (you will need it later)
- Okay, we’re all set. Let’s start!
Usage
-
Fork this repo or use
https://github.com/Xiang511/FetchCRAPI-Node.js.git -
Go to
config.envAdd your Token -
There is some sample information in it
API_KEY=" ``` your Token ```` "
local=57000228 ( You can check AreaCodeFile to find out )
player_tag=%2322R920J00 ( You can check in your game ) ```Due to transcoding issues all "#" must be converted to "%23" ```
player_name=Xiang ( your name )
-
node integrate.js -
The generated data will be displayed in the
json folder -
Done