Skip to content

Releases: Xiang511/FetchCRAPI-Node.js

v1.0.0

03 Jan 15:57
e02d9ca

Choose a tag to compare

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

  1. Go to ClashRoyale
  2. Log in and click My Account (top right corner)
  3. Click "Create New KEY" => The official needs your IP address, remember to check your IP first
  4. Save your token (you will need it later)
  5. Okay, we’re all set. Let’s start!

Usage

  1. Fork this repo or use https://github.com/Xiang511/FetchCRAPI-Node.js.git

  2. Go to config.env Add your Token

  3. 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 )
  1. node integrate.js

  2. The generated data will be displayed in the json folder

  3. Done