/u.gg-Scraper

Python script to extract win rates and pick rates from U.GG Tier List for League of Legends.

Primary LanguagePython

Web Scraping U.GG Tier List

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.

Getting Started

  1. Clone this repository to your local machine.
  2. Install Selenium using pip install selenium.
  3. Run the script.

Prerequisites

This script requires the following libraries:

  1. Selenium
  2. CSV
  3. Time

Running the Script

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.

Author

Suvodeep Ghosh - Initial work

Acknowledgments

Hat tip to anyone whose code was used Inspiration etc