An unofficial synchronous client package for interacting with Riot Games' Valorant API endpoints.
Project description
valorant.py
valorant.py is an unofficial API wrapper for Riot Games' Valorant API endpoints. It's modern, easy to use, feature-rich, and intuitive! Implemented with objectoriented designs and explicit reloads to prevent 429
s, valorant.py is the best Valorant API wrapper out there!
Installation
pip: pip install valorant
easy_install: easy_install valorant
poetry: python -m poetry add valorant
Usage
Quickstart Guide:
import os
import valorant
KEY = os.environ["KEY"]
client = valorant.Client(KEY, locale=None)
maps = client.get_maps()
agents = client.get_characters()
print(agents.get("Viper"))
print(maps.get("Ascent"))
Documentation
Contributing
Contributions are always welcome! There currently isn't a contribution guide, but bug reports, additional endopint coverage, and other fun stuff is always welcome in issues!
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
Built Distribution
File details
Details for the file valorant-0.1.8.tar.gz
.
File metadata
- Download URL: valorant-0.1.8.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57fbb02d7ec79abdcb3ddcc5ec284a9005868d7952840919f7f0b4580732f659 |
|
MD5 | aec7a7b4fb85a00b0276d8abbb8df8fb |
|
BLAKE2b-256 | 1dd1965de465cc4eee94b82b966d44083e8c802d090c954f3ba19ba78730380e |
File details
Details for the file valorant-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52b50f4e5012b4ce9d5b3ce2a2cdeb15043d568641427f8bdbd63ef7de3785b8 |
|
MD5 | 71a0260020f4b091cfe4b80f70e6af6d |
|
BLAKE2b-256 | 4b3b060815b570c77f57dd45e782afdddb3596998367be383e334afa18fba3b0 |