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).
- Host: GitHub
- URL: https://github.com/hanzopgp/trackingtheprosscraper
- Owner: hanzopgp
- License: mit
- Created: 2022-04-02T15:53:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T15:58:51.000Z (about 4 years ago)
- Last Synced: 2025-03-05T17:24:12.799Z (over 1 year ago)
- Topics: league-of-legends, lolpros, lolprosgg, scraper, scraping, selenium, tracking-the-pros, university
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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