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.5.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file valorant-0.1.5.tar.gz
.
File metadata
- Download URL: valorant-0.1.5.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.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 | 4d0673670753bdffbb63767e0423c344fa3e531d0e99cbc217e8cb95e09f7985 |
|
MD5 | 26301bc0408e8c739634d67961017fbf |
|
BLAKE2b-256 | ee11777eb5581fd7525d46fe4685bdcc6e24bf3222be73a44f7eab058465ce32 |
File details
Details for the file valorant-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.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/51.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0898f4446281ab7ae75207f04bd3f74f33cb20f558185f778d0178c476568633 |
|
MD5 | 06a8dae4e10e95697718545d1ab71a7d |
|
BLAKE2b-256 | 24d499dfaf73d54527096c74d704771450b799bb76ef620947ae43a2cd2f25d5 |