Tools for getting data from LoL sites like u.gg
Install from github using pip install git+https://github.com/AlsoSylv/LoL-Scrapper.git
This is designed to work without the usage of LoL API
Examples can be found in ./examples/{site-name}, but should be mostly the same between sites.
Example for u.gg:
print(asyncio.run(ugg.UGG.WinRate(self, "Annie", "Mid")))
#Returns the current winrate for Annie in the mid lane