Skip to content

(A)sync python wrapper for the Brawl Stars API

License

Notifications You must be signed in to change notification settings

kjkui/brawlstats

 
 

Repository files navigation

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 API's 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, create one using the dashboard.

Contributing

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

About

(A)sync python wrapper for the Brawl Stars API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%