Skip to main content

Wrapper for VALORANT's client API

Project description

valclient.py

API wrapper for VALORANT's client API

Discord Downloads

Installation

pip install valclient

Example

from valclient.client import Client

client = Client(region="na")
client.activate()

# get MatchID of latest match
history = client.fetch_match_history(queue_id="unrated")
print(history["History"][0]["MatchID"])

Docs

Check out Techdoodle's awesome documentation

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

valclient-2.28.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

valclient-2.28-py3-none-any.whl (12.0 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