This script scrapes the U.GG League of Legends Tier List website and extracts the win rates and pick rates of all champions, writing them to a CSV file.
- Clone this repository to your local machine.
- Install Selenium using pip install selenium.
- Run the script.
This script requires the following libraries:
- Selenium
- CSV
- Time
To run the script, simply execute it from the command line using python ugg_tierlist_scraper.py. The output will be saved in a CSV file named Tierlist.csv in the same directory.
Suvodeep Ghosh - Initial work
Hat tip to anyone whose code was used Inspiration etc