The Wayback Machine - https://web.archive.org/web/20200614094726/https://github.com/SharpBit/brawlstats
Skip to content
(A)sync python wrapper for the Brawl Stars API
Python
Branch: master
Clone or download

README.rst

Brawl Stats

Brawl Stats

PyPi Travis-CI build Supported Versions MIT License
  • This library is a sync and async wrapper for the Brawl Stars API.
  • Python 3.5.3 or later is required.

Features

  • Easy to use with an object oriented design.
  • Use the same client for sync and async usage.
  • Get a player profile and battlelog.
  • Get a club and its members.
  • Get the top 200 rankings for players, clubs, or a specific brawler.
  • Get information about maps, brawlers, and more!

Installation

Install the latest stable build:

pip install brawlstats

Install the development build:

pip install git+https://github.com/SharpBit/brawlstats@development

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

Misc

Contributing

Special thanks to this project's contributors ❤️

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.