Metadata-Version: 2.1
Name: brawlapi-py
Version: 1.0
Summary: Simple python wrapper for the Brawl Stars API!
Home-page: https://github.com/Roma4ka-RedBad/brawlapi
Author: RomaDev
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# brawlapi
Simple python wrapper for the Brawl Stars API!
This module uses: brawlapi.com (Brawlify.com), brawlstats.
## Requirements
- Python version: 3.6+
- Python Modules: requests, json, os
- OS: Windows, Linux, Android, MacOS

## Installing and Using 
You can use this API in two ways:
1. Download and place the ```brawlapi.py``` file in the directory. Then import the file to the script: ```import brawlapi```.
2. Use pip: ```pip install brawlapi-py``` and import to code: ```import brawlapi```.

## Authorization
To use this API you need access token from here: https://developer.brawlstars.com/#/account <br> Use this function to authenticate: 

```bs = brawlapi.BrawlApi()```
```bs.BrawlSession('token')```



