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.6.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file valorant-0.0.6.tar.gz
.
File metadata
- Download URL: valorant-0.0.6.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 | 60e5e505530cafa0ec607099b6b3151181cb7f62f52acf4615ed487faa5add60 |
|
MD5 | 149142f7ec067529a6b2a57fdd04b18e |
|
BLAKE2b-256 | db835a3a15f2f8304586f66b75cafcbaf48215531f6ade68c30992500f38171f |
File details
Details for the file valorant-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.0.6-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 | a63bedb8997fd5ed658e01a88c19c726f2bb28825697eb8cd68d27fa3b6230c1 |
|
MD5 | e855251b68eafea443a65f3c96ae8181 |
|
BLAKE2b-256 | e506ad8adb11d4b063c0071ac031e484003a7246e0a34003a212312765c26cbb |