Skip to content

This project is a tool for extracting Valorant player statistics from tracker.gg using Selenium and pandas. The script collects data from multiple players and generates a DataFrame containing detailed information about the players, such as name, total playing time and total number of matches.

Notifications You must be signed in to change notification settings

J0BS013/Valorant-Tracker-Web-Scraper

Repository files navigation

Valorant Tracker Web Scraper

This project is a tool for extracting Valorant player statistics from tracker.gg using Selenium and pandas. The script collects data from multiple players and generates a DataFrame containing detailed information about the players, such as name, total playing time and total number of matches.

Technologies and Libraries Needed

Installation

To run this project, you will need to have Python installed on your system.

  1. Clone the repository:
git clone https://github.com/J0BS013/Valorant-Tracker-Web-Scraper.git
cd Valorant-Tracker-Web-Scraper
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  
  1. Install the dependencies:
pip install -r requirements.txt

About

This project is a tool for extracting Valorant player statistics from tracker.gg using Selenium and pandas. The script collects data from multiple players and generates a DataFrame containing detailed information about the players, such as name, total playing time and total number of matches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published