Tracks a Valorant Player and dumps a JSON with all information about his last match! This is just a small tool to grab the latest match info about a player with Username and Tagline.
You first need an API Key from Riot Games, you can get one at the Riot Games Developer Portal.
Put this into an .env
file inside the cloned folder like the following:
RIOT_API_KEY="RGAPI-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
Download the latest .exe from the Releases tab
Hint: You still need the .env file for the API Key!
python -m pip install -r requirements.txt
python getValorantJSON.py