valorant.py icon indicating copy to clipboard operation
valorant.py copied to clipboard

Complete Python interface for the Valorant API. Works right out of the box!

Results 12 valorant.py issues
Sort by recently updated
recently updated
newest added

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

tag: enhancement
type: feature
tag: important

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". ![image](https://user-images.githubusercontent.com/89766111/192036820-0ad60271-6238-4601-bcba-b452ab355093.png)

tag: good first issue
type: spelling error lol

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`...

type: bug
type: internal

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

type: bug
tag: important
type: internal

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.