Skip to main content

supapi 🚀

The supapi Python module is a versatile and powerful tool designed to simplify the process of retrieving comprehensive data about players, clans, cards, tournaments, clubs, and brawlers from three popular mobile games: Clash of Clans (CoC), Clash Royale, and Brawl Stars. This module is your all-in-one solution for accessing and analyzing game-related information, making it an invaluable resource for developers, gamers, and data enthusiasts alike.

Installation 📥

Install supapi using pip

pip install supapi

Authors ✍️

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.

License 📜

License

Examples 🚩

API keys 🔑

CoC

Clash Royale

Brawl Stars

Documentation 📄

Example CoC player info

from supapi.clash import *

player = Player('89YCUV9GY', 'MY_API_KEY')
print(player.name) # Output: THE KILLER

Example Clash Royale clan info

from supapi.royale import Clan

clan = Clan('PJR0RL', 'MY_API_KEY')
print(clan.location) # Output: Andorra

Example Clash Royale cards

from supapi.royale import Cards

card = Cards('MY_API_KEY')
print(card.names) # Output: A list of names of all the cards in Clash Royale

Example Brawl Stars player info

from supapi.brawl import Player

player = Player('90P9CYCV8', 'MY_API_KEY')
print(player.solo_wins) # Output: 2846

Example Brawl Stars club info

from supapi.brawl import Club

club = Club('20C0RLVGC', 'MY_API_KEY')
print(club.all) # Output: A dictionary of data

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supapi-0.1.7.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

supapi-0.1.7-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file supapi-0.1.7.tar.gz.

File metadata

  • Download URL: supapi-0.1.7.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for supapi-0.1.7.tar.gz
Algorithm Hash digest
SHA256 907efbbfb806be52afb4c878ee8f2ffe73d8e059216eca5e15c367e6c837e938
MD5 9e0609e156331990d57d4016fd379f98
BLAKE2b-256 b91ea19eec060a77c47ffa4742f71b8c0d92da0930fc58c90e4d1b262836b12a

See more details on using hashes here.

File details

Details for the file supapi-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: supapi-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for supapi-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 744a9f4290aa9f1f5ec24b2f1e6ba63184c5dabaddd107e7165de447dc0987cc
MD5 999bf107abcc208a1828716c85d74837
BLAKE2b-256 5ece56c425bb21957fed1a275b3ba09a51cf9c83af6eb3f291fcace87668eef0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.7 This release

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page