An async Python API wrapper for the Brawl Stars API


Keywords
brawl stars, abrawlpy, api-wrapper, async, async, brawl-stars, brawl-stats, brawlstats, hacktoberfest, python, python35, python36, python37, python38, python39, supercell, sync
License
MIT
Install
pip install abrawlpy==1.6.2

Documentation

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. This project is no longer actively maintained. No new features will be added, only bugfixes and security fixes will be accepted.