Valorant Client API Wrapper
Project description
vlclient
API Wrapper for VALORANT's client API
NOTE: This is a fork of the new inactive valclient.py with some edits of my taste.
Fork changes
Skipped some configurations files I did not even understand and went straight to using Poetry.
Installation
Using pip:
pip install vlclient
Using poetry:
poetry add vlclient
Usage
from vlclient.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"])
Documentation
Refer to Techdoodle's documentation for exact API details.
Most endpoints are implemented in this wrapper, but some are missing. Please consider contributing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vlclient-1.0.1.tar.gz.
File metadata
- Download URL: vlclient-1.0.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d822c6cd8924108dcf0dfb586c60825cda6f2bdc7a1314a81d83103f111318a1
|
|
| MD5 |
a45d74abbbf7dee14c2cd7ea7a628520
|
|
| BLAKE2b-256 |
8b4c6078a5bf782fa920d0f40f0f691a2eb631e50fca5d9279986f1294ccc5f2
|
File details
Details for the file vlclient-1.0.1-py3-none-any.whl.
File metadata
- Download URL: vlclient-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cceb55e7ff791490f5242acb972fd6b0a20ba51a76817bbbb39311943570d321
|
|
| MD5 |
e585837de0773fa0bdb5eff38ffc1c59
|
|
| BLAKE2b-256 |
fcc7437124b0e254851da9ff118be2239f51d138b2d8b139c23463d59186aa9b
|