An open API service indexing awesome lists of open source software.

https://github.com/hanzopgp/trackingtheprosscraper

Scraping informations about professional League of Legends players using selenium (trackingthepros website).
https://github.com/hanzopgp/trackingtheprosscraper

league-of-legends lolpros lolprosgg scraper scraping selenium tracking-the-pros university

Last synced: 2 months ago
JSON representation

Scraping informations about professional League of Legends players using selenium (trackingthepros website).

Awesome Lists containing this project

README

          

# TrackingTheProsScraper

## Presentation :

This script was part of the project : https://github.com/hanzopgp/LOLAnalysis.
I've decided to put it in a repository since I didn't find any other scaper for websites such as https://lolpros.gg/ or https://www.trackingthepros.com/ on the internet.
This scraper gets the main information (Age/Country/Server/SummonerNames etc...) of each pro players and write it in a CSV file.

## Requirements :

- python
- numpy
- selenium
- pandas
- tqdm