This library is an async/sync wrapper Brawl Stars API
- Covers the full API
- Easy to use async or sync client
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
If you come across an issue in the wrapper, please create an issue and I will look into it ASAP. If you need help or an API Key, join the API’s discord server.
Examples are in the examples folder.
sync.py
includes a basic sync usageasync.py
includes a basic usage using asynciodiscord_cog.py
shows an example Discord Bot cog using discord.py rewrite (v1.0.0a)