Skip to content

Latest commit

 

History

History
161 lines (106 loc) · 5.84 KB

README.md

File metadata and controls

161 lines (106 loc) · 5.84 KB

Supercell 🚀

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

Why Supercell ? 🤔

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.

Urls 🔗

Author ✍️

Badges 📦

License

Language

Codacy grade

Open issues

Closed issues

Open pull requests

Closed pull requests

GitHub Discussions

Files

Repo size

Stars

Forks

Followers

Contributing 🤝

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

Feedback 💭

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.

Features 🆕

  • Script for BrawlStars
  • More user friendly
  • Add comments to the code
  • More interactive

FAQ 🤔

Question 1

  • Will my account get blocked by using these scripts ?

Answer ➡️ Absolutely not. The source of information of the scripts is the official Supercell API.

Question 2

  • 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

Installation 📥

Linux 🐧

  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

Windows 🪟

  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

MacOS 🍎

  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

Update 🔄️

   cd <path_to_script>/Supercell
   git pull

License 📜

License