Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 3.11 KB

README.md

File metadata and controls

96 lines (72 loc) · 3.11 KB

Logo

Valorant Tracker

A (in-progress) stat tracking tool to get statistics on Valorant performance!
Report Bug · Request Feature

About The Project

This project is my own attempt at becoming comfortable with the Valorant Client API, and keeping track of my performance as I play Valorant.

Built With

Getting Started

This project is built mainly through ReactJS and Python, requiring npm 8.x.x+ and Python 3.7.x+

Usage

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

Then, navigate to val_app/dist and run val_app Setup 0.1.0.exe to install

Screenshots/Demo

demo_2 demo_3 demo_1

Acknowledgments

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.