Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.69 KB

README.rst

File metadata and controls

64 lines (44 loc) · 1.69 KB

BrawlStats

PyPi Travis-CI build MIT License

This library is an async/sync wrapper Brawl Stars API

Features

  • Covers the full API
  • Easy to use async or sync client

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

Misc

If you come across an issue in the wrapper, please create an issue and I will look into it ASAP. If you need help or an API Key, join the API’s discord server.

Examples

Examples are in the examples folder.

  • sync.py includes a basic sync usage
  • async.py includes a basic usage using asyncio
  • discord_cog.py shows an example Discord Bot cog using discord.py rewrite (v1.0.0a)