Async Wrapper for R6 Stats API
Project description
r6statsapi
Docs
https://r6statsapi.readthedocs.io/en/latest/index.html
Installation
Python 3.7 or higher is required
To install the library, you can just run the following command:
# Linux/Mac
python3.7 -m pip install -U r6statsapi
# Windows
py -3.7 -m pip install -U r6statsapi
To install the dev version, replace r6statsapi
with git+https://github.com/flareee/r6statsapi
import r6statsapi
import asyncio
loop = asyncio.get_event_loop()
client = r6statsapi.Client('TOKEN')
players = loop.run_until_complete(
client.get_generic_stats("flareee", r6statsapi.Platform.uplay)
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
r6statsapi-0.1.8.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for r6statsapi-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a9eb8112da738b54efc3f7920507b97a08bf30b2515be9bc7510f73228413a |
|
MD5 | 1f1459672bce6bdef11b738e9d1329a5 |
|
BLAKE2b-256 | bce1ed8b59c98886bf102a80ce2b8fdd32e0c2c91b6d49b086cbcfcf80a9e0be |