Skip to main content

An unofficial synchronous client package for interacting with Riot Games' Valorant API endpoints.

Project description

valorant.py

GitHub Actions valorant on PyPI Downloads License Code style: black Contribute

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

valorant.py 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


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)

Uploaded Source

Built Distribution

valorant-0.1.4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

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

Hashes for valorant-0.1.4.tar.gz
Algorithm Hash digest
SHA256 38acb6cf0466d8e3c0dd9399083cfcae2f05842007020d86a0c9710a61af891c
MD5 51a7de8e8df312e6d6f7e52b835646e4
BLAKE2b-256 56745965623b464d494def893f2d5f801ff879857dd752cf56ef88ed9dedc6c7

See more details on using hashes here.

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

Hashes for valorant-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e5a1c00ac4d596aa2752e6f81e0619d39f9f63673b0eba659e5022e811f8eef4
MD5 a4a6d4a3aa7132856fcd5225d4c465db
BLAKE2b-256 702f8d4441e314a78b7e667603b727004d17f7f2feb236d943dce7faba5022aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page