Welcome to the Valorant Stats Tracker! This Python script allows you to retrieve and track the performance statistics of Valorant players in both competitive and premier modes.
-
Competitive and Premier Stats: Retrieve detailed statistics for Valorant players in both competitive and premier game modes.
-
Player List Management: Easily add, remove, or clear players from the tracking list.
-
Data Export: Save the collected statistics to an Excel file for further analysis.
- Python 3.x
- Required Python packages:
requests
,beautifulsoup4
,pandas
Install the required packages using:
pip install requests beautifulsoup4 pandas
git clone https://github.com/your-username/valorant-stats-tracker.git
cd valorant-stats-tracker
```bash python valorant_stats_tracker.py```
Follow the on-screen instructions to choose actions such as viewing competitive or premier stats, managing the player list, and exporting data.