Skip to content

(A)sync Python API wrapper for the Brawl Stars API

License

Notifications You must be signed in to change notification settings

SharpBit/brawlstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

624417b · Nov 30, 2018

History

75 Commits
Nov 25, 2018
Nov 30, 2018
Nov 30, 2018
Nov 30, 2018
Nov 30, 2018
Nov 25, 2018
Nov 25, 2018
Nov 30, 2018
Nov 30, 2018
Feb 7, 2018
Nov 30, 2018
Nov 30, 2018
Nov 30, 2018
Nov 25, 2018

Repository files navigation

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)