A 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.all:
print(agent['name'])
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.0.5.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file valorant-0.0.5.tar.gz
.
File metadata
- Download URL: valorant-0.0.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73e822d28ef796a8009a4d0032992962fb7c5d54af856076a4e72872edec498e |
|
MD5 | 1b01e1f5f4b4d92c8f5e108d3446fd2a |
|
BLAKE2b-256 | 676a2c48767e645f98db44fdcf728bec1b7a613034623648e71b8ae25a0c9a20 |
File details
Details for the file valorant-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.9 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/47.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e524217916c110468e771580be5d75504075807e20fe3f420aa6d3034e321fa |
|
MD5 | 70104e546af4131e8a87098aa87fe51b |
|
BLAKE2b-256 | d9f7cac6a8cb837b293f608b7196ed13d3ed35bf949eb519e8225a1a68439a42 |