Skip to content
(A)sync python wrapper for the Brawl Stars API
Branch: master
Clone or download
Latest commit 6d3981c Apr 5, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
brawlstats add carl Apr 5, 2019
docs
examples
tests
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md redo tests, update tox, fix partial club, aiohttp requirement now >=2.3 Feb 26, 2019
LICENSE
MANIFEST.in some version shortcuts and better useragent Feb 25, 2019
README.rst
requirements.txt require specific range/version of aiohttp and cachetools to prevent p… Mar 10, 2019
setup.py
tox.ini gzip compression Mar 9, 2019

README.rst

Brawl Stats

Brawl Stats

PyPi Travis-CI build Supported Versions MIT License
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 discord server.

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.py shows you basic sync usage
  • async.py shows you basic async usage
  • discord_cog.py shows an example Discord Bot cog using discord.py rewrite

Misc

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, join the API’s discord server.

Contributing

If you want to contribute, whether it be a bug fix or new feature, make sure to follow the contributing guidelines.

You can’t perform that action at this time.