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.4.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file valorant-0.1.4.tar.gz
.
File metadata
- Download URL: valorant-0.1.4.tar.gz
- Upload date:
- Size: 3.4 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.0.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38acb6cf0466d8e3c0dd9399083cfcae2f05842007020d86a0c9710a61af891c |
|
MD5 | 51a7de8e8df312e6d6f7e52b835646e4 |
|
BLAKE2b-256 | 56745965623b464d494def893f2d5f801ff879857dd752cf56ef88ed9dedc6c7 |
File details
Details for the file valorant-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.6 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.0.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5a1c00ac4d596aa2752e6f81e0619d39f9f63673b0eba659e5022e811f8eef4 |
|
MD5 | a4a6d4a3aa7132856fcd5225d4c465db |
|
BLAKE2b-256 | 702f8d4441e314a78b7e667603b727004d17f7f2feb236d943dce7faba5022aa |