An unofficial synchronous client package for interacting with Riot Games' Valorant API endpoints.
Project description
valorant.py
An unofficial synchronous client package for interacting with Riot Games' Valorant API endpoints.
Installation
pip: pip install valorant
easy_install: easy_install valorant
poetry: python -m poetry add valorant
Usage
Quickstart Guide:
import os
import valorant
API_KEY = os.getenv("API_KEY")
client = valorant.Client(API_KEY)
agents = client.get_characters()
for agent in agents:
print(agent.name)
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
valorant-0.1.6.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file valorant-0.1.6.tar.gz
.
File metadata
- Download URL: valorant-0.1.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a09bd0d08946c064ffd55d003cd781b64fadc56322ea2ed7aa88d37ed2f3602 |
|
MD5 | 93e47b36f05e7857ebc4af9aba36ef39 |
|
BLAKE2b-256 | 2d8eb6df04cb021604aae9048a0d6492d4e0058d3ecdc649cfcc0ce031de4780 |
File details
Details for the file valorant-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b90fd2e41f79218ca92036d488d2f189b52cf7098c45fab55bccf01e28f8fa1 |
|
MD5 | 5e7ff17c60b1d8c459bd254899e32cd5 |
|
BLAKE2b-256 | a7202a1c0ebd09b7275a244b3a4f44f21017f03a181ae1207597dca319c2a329 |