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.
- Python 3.12.4
- Selenium
- Webdriver_manager
- Pandas
To run this project, you will need to have Python installed on your system.
- Clone the repository:
git clone https://github.com/J0BS013/Valorant-Tracker-Web-Scraper.git
cd Valorant-Tracker-Web-Scraper
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt