A (in-progress) stat tracking tool to get statistics on Valorant performance!
Report Bug
·
Request Feature
This project is my own attempt at becoming comfortable with the Valorant Client API, and keeping track of my performance as I play Valorant.
This project is built mainly through ReactJS and Python, requiring npm 8.x.x+ and Python 3.7.x+
Valorant must be open and running in the background for the Flask API to receive match data
To run the Electron App, cd into val_app and run
-
npm
npm install npm run electron-dev
To start the Flask API, at the root directory run
-
python
pip install -r requirements.txt python ./api.py
To generate a distributable executable, cd into val_app and run
npm run electron-packThen, navigate to val_app/dist and run val_app Setup 0.1.0.exe to install
Major credits to valclient and the valorant-api-docs, for making my life easier
This project is intended for personal use only, and is not affiliated with Riot Games in any way. Images of maps, weapons, agents, etc. are all property of Valorant and Riot Games.