Skip to main content

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)

Uploaded Source

Built Distribution

r6statsapi-0.1.9-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page