Brawl Stats
Features
- 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.
Installation
Install the latest stable build:
pip install brawlstats
Install the development build:
pip install git+https://github.com/SharpBit/brawlstats
Documentation
Documentation is being hosted on Read the Docs.
Examples
Examples are in the examples folder.
sync.pyshows you basic sync usageasync.pyshows you basic async usagediscord_cog.pyshows an example Discord Bot cog using discord.py rewrite
Misc
Contributing
If you want to contribute, whether it be a bug fix or new feature, make sure to follow the contributing guidelines.
