ValTracker
1.0.0
Fetch detailed statistics of any Valorant player by using the Riot ID. The script fetches the player's stats from Tracker.gg with the help of ScraperAPI.
git clone https://github.com/yourusername/ValTracker.git
cd ValTracker
cd valTracker-py
pip install -r requirements.txt
.env
file:
API_KEY=YOUR_SCRAPERAPI_KEY
riotID = 'SEN TenZ#0505'
python valTracker.py
git clone https://github.com/yourusername/ValTracker.git
cd ValTracker
cd valTracker-js
npm install
.env
file:
API_KEY=YOUR_SCRAPERAPI_KEY
riotID = 'SEN TenZ#0505'
node valTracker.js
This script is intended for educational and experimental purposes only. It should not be used to violate the terms of use of Tracker.gg or any other website. Use this script at your own risk.
This project is licensed under the MIT License. See the LICENSE
file for more information.
If your Pull Request is accepted, you will surely get credits here.