An unofficial synchronous client package for interacting with Riot Games' Valorant API endpoints.
Project description
valorant.py
A synchronous client package for interacting with Riot Games' Valorant API endpoints. This is currently under a lot of construction, more stuff coming soon!
Installation
pip: pip install valorant
poetry: python3 -m poetry add valorant
Usage
Quickstart Guide:
import os
import valorant
API_KEY = os.getenv("API_KEY")
client = valorant.Client(KEY)
agents = client.get_characters()
for agent in agents:
print(agent.name)
Documentation
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
valorant-0.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file valorant-0.1.2.tar.gz
.
File metadata
- Download URL: valorant-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 270a37f402606e609b12faa8b1cefe5853cd3adc1f168c6aadbb4a39e949eaf7 |
|
MD5 | 8a78d7705bb06326b22924cfd46eca8c |
|
BLAKE2b-256 | c5c6eef1e1df821897c664c067a597943f454b79ec82e3049ab3310d09de852b |
File details
Details for the file valorant-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b00a2e4499ca50fe3103320658484a66f798c9fe3d971945f5f747d62ea617c5 |
|
MD5 | c1022c5ff4d022fa1cc13db55587d4a6 |
|
BLAKE2b-256 | ac84b33db48898dfc5618850fec00cbd4d1bb2ec8aebe86406a92aeab3e92d1f |