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.
Project description
supapi :rocket:
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 :inbox tray:
Install supapi using pip
pip install supapi
Authors :writing hand:
Contributing :handshake:
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 :thought balloon:
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 :scroll:
Examples :triangular flag:
API keys :key:
CoC
Clash Royale
Brawl Stars
Documentation :page facing up:
Example CoC player info
from supapi.src.clash import *
player = Player('89YCUV9GY', 'MY_API_KEY')
print(player.name) # Output: THE KILLER
Example Clash Royale clan info
from supapi.src.royale import Clan
clan = Clan('PJR0RL', 'MY_API_KEY')
print(clan.location) # Output: Andorra
Example Clash Royale cards
from supapi.src.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.src.brawl import Player
player = Player('90P9CYCV8', 'MY_API_KEY')
print(player.solo_wins) # Output: 2846
Example Brawl Stars club info
from supapi.src.brawl import Club
club = Club('20C0RLVGC', 'MY_API_KEY')
print(club.all) # Output: A dictionary of data
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file supapi-0.0.2.tar.gz
.
File metadata
- Download URL: supapi-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6525cdda92a143c1418dfebf66063d5b9e3f5177473a1ec9efc15818f99b1560 |
|
MD5 | d1f0b02d7ddac5507d918dc260f84f36 |
|
BLAKE2b-256 | 13c346ac262ca6681778afce9d5f28e5b5a17e613d2d807f09e6b8938c4e276a |
Provenance
File details
Details for the file supapi-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: supapi-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cd56e4e5b4eb28b82acf650d5c717378a8fca00f69f6d43ddea4381017ca79c |
|
MD5 | 4ce2a255711df2953e251422b81756cd |
|
BLAKE2b-256 | 77613e547337f3b910cfe7f991a50929fa76ae6b70a23cd044878c603b5d30d3 |