valorant.py
valorant.py copied to clipboard
Complete Python interface for the Valorant API. Works right out of the box!
Hi everyone, The question is a bit off this library. I am looking into making a personal app for tracking my progress in Valorant. Online trackers I could find do...
These changes aim to re-introduce asynchronous request functionality to **valorant.py**. The original implementation was naïve and still made blocking requests to the API. This will add the `aiohttp` dependency, and...
Typo fix
I have corrected the typo in the for the region argument in the LocalClient class. The changes I made weren't covered by the unit tests so I tested them by...
Hi there! As the title states, I found that the region argument for LocalClient class was misspelt. It is spelt "reigon" instead of "region". 
bonjours ,je suis nouveau sur cette bibliothèque et j'ai essayé le code suivant ` import os import valorant KEY = os.environ["RGAPI-***749ec-2cb4-40eb-88bc-************"] client = valorant.Client(KEY, locale=None) skins = client.get_skins() name =...
**Issue**: When using the `Client()` constructor without specifying a `locale`, the underlying request to the Riot API results in a 400 error. It seems the Riot API expects a `locale`...
Hi, I am trying to use the package, but unfortunately I am encountering an error when importing it. When calling the "from .lexicon import Lex", there's an error in the...
I wanna create an OBS integration in which every time I get a kill it plays the "bonk" meme sound, but I dont know how to use the valorant.KillDTO() function...
Replaced "reigon" by "region" for local client.