Skip to main content

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

Project description

valorant.py

A synchronous client package for interacting with Riot Games' Valorant API endpoints. This is currently under a lot of construction, more stuff coming soon!

Installation

pip: pip install valorant

poetry: python3 -m poetry add valorant

Usage

Quickstart Guide:

import os
import json
import valorant

API_KEY = os.environ["API_KEY"]

client = valorant.Client(API_KEY)

print(json.dumps(client.characters, indent=2))

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.0.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

valorant-0.0.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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