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'])
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.4.tar.gz
(2.5 kB
view details)
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 valorant-0.0.4.tar.gz.
File metadata
- Download URL: valorant-0.0.4.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 |
73da9c7f0d5e37eb13b8c5d270e5c5336474b87deff48b3008f7c1b3b8e0d93a
|
|
| MD5 |
9d3bb282b0b287fb470941a8d8145063
|
|
| BLAKE2b-256 |
3d69f272c21bfd2d08e8c316392af95dd9534ea8d03cb51d7e0c12cf52256b06
|
File details
Details for the file valorant-0.0.4-py3-none-any.whl.
File metadata
- Download URL: valorant-0.0.4-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 |
b2a1893a7088920f8d0bd00776a201f8e4996859d363028233951932d0a89af6
|
|
| MD5 |
cbebd2bc03bf768944f954b8dd43fe4d
|
|
| BLAKE2b-256 |
d805d429a14e8cf21e9551e7ac59d4f3f9ee8bd8095c78a82e08be7579f7fcc9
|