This repository contains scripts which I build using Supercell's API and they provide info about the 90% of the aspects of the games. Info about:
- Players
- Teams
- Tournaments / Events
- Cards
Supercell provides all the available info about the prementioned categories. Also it combines data analysis (and soon visualization) in order to provide to the user additional information.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
For more info please check the CODE_OF_CONDUCT.md
file
If you have any feedback, please reach out to us at this email address.
Feel free to contact us anytime ! You'll get a reply within a day. Please avoid using abusive or offensive language. If you are reporting a bug or making a suggestion please make sure your report/suggestion is as much detailed as possible.
- Script for BrawlStars
- More user friendly
- Add comments to the code
- More interactive
- Will my account get blocked by using these scripts ?
Answer ➡️ Absolutely not. The source of information of the scripts is the official Supercell API.
- How do I get an API key ?
Answer ➡️ To get an API key is very simple. All you have to do is to go to this URL:
- Clash of Clans
- Clash Royale
Create an account or Login (if you already have one) and redirect to this URL:
- Clash of Clans
- Clash Royale
And generate a key
sudo su
git clone https://github.com/new92/Supercell
cd Supercell
cd <THE NAME OF THE FOLDER WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
sudo pip install -r requirements.txt
python3 <THE NAME OF THE SCRIPT>.py
git clone https://github.com/new92/Supercell
cd Supercell
cd <THE NAME OF THE FOLDER WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
pip install -r requirements.txt
python3 <THE NAME OF THE SCRIPT>.py
git clone https://github.com/new92/Supercell
cd Supercell
cd <THE NAME OF THE FOLDER WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
python -m pip install requirements.txt
python <THE NAME OF THE SCRIPT>.py
cd <path_to_script>/Supercell
git pull