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.
Release files for vlclient 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vlclient-1.0.1.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vlclient-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.2 kB
Release files / vlclient-1.0.1.tar.gz
| Download URL | vlclient-1.0.1.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d822c6cd8924108dcf0dfb586c60825cda6f2bdc7a1314a81d83103f111318a1
|
|
BLAKE2b-256 checksum How to use checksums |
8b4c6078a5bf782fa920d0f40f0f691a2eb631e50fca5d9279986f1294ccc5f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.4 Windows/10
|
Release files / vlclient-1.0.1-py3-none-any.whl
| Download URL | vlclient-1.0.1-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cceb55e7ff791490f5242acb972fd6b0a20ba51a76817bbbb39311943570d321
|
|
BLAKE2b-256 checksum How to use checksums |
fcc7437124b0e254851da9ff118be2239f51d138b2d8b139c23463d59186aa9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.4 Windows/10
|