This library is a sync and async wrapper the unofficial Brawl Stars API.
To keep up with API changes, discussions, and status, I recommend you join the API's discord server.
- Covers all of the API endpoints.
- Use the same client for sync and async usage.
- Helper functions to access other game files such as maps and audio files.
- Easy to use with an object oriented design.
Install the latest stable build:
pip install brawlstats
Install the development build:
pip install git+https://github.com/SharpBit/brawlstats
Documentation is being hosted on Read the Docs.
Examples are in the examples folder.
sync.py
shows you basic sync usageasync.py
shows you basic async usagediscord_cog.py
shows an example Discord Bot cog using discord.py rewrite
If you are currently using this wrapper, feel free to star this repository :)
If you come across an issue in the wrapper, please create an issue. Do not PM me on Discord for help.
If you need an API Key, create one using the dashboard.
If you want to contribute, whether it be a bug fix or new feature, make sure to follow the contributing guidelines.