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
Example
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.9.tar.gz
(6.6 kB
view hashes)
Built Distribution
Close
Hashes for r6statsapi-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ed651f4f529224e9a07cdb9bea0deb30628996cce58e634c411eadaa352afc |
|
MD5 | e707bfe0a6e0eb4ad2d72e50fedf4d0b |
|
BLAKE2b-256 | 3f9a544f4e9b74c64c476f0a894c18e493c1bfc221a9f23bffbfbec5a0ab59c7 |