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:
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.0.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file valorant-0.1.0.tar.gz
.
File metadata
- Download URL: valorant-0.1.0.tar.gz
- Upload date:
- Size: 2.8 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 | b05b7d8c41b87332dc9c0c3fd1a781a051ea183212da5120d64a7e46cae531e0 |
|
MD5 | a8419aee71b5a88cca2cdcb624753555 |
|
BLAKE2b-256 | e5d0c65bc9cbeeaf4a1bee7aa8ac3478f379cb5a966b0e620ac902a771b4477d |
File details
Details for the file valorant-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 | 941a49ad6066761944bdbf35da90482ad4c38b3420979714b4ca6cbf963ac2e8 |
|
MD5 | 5ea966da1e6cf0d4e2acfb7139078085 |
|
BLAKE2b-256 | 9aa6b75f6f4734a9cff159dcf9bf4f26b94102b98b7e3e11d08ec6265e2767ca |