A little Python CLI app that provides a League of Legends champion build by scraping the web.
The goal was to not have to open a browser tab (or be advertised to) to quickly check a build before a match. The HTML is requested and parsed sequentially, so it's somewhat slow (but still faster than opening a browser, probably).
Note: this is a hobby project and not actively maintained, nor guaranteed to work 🤞
python -m pip install gg-scrape --user
ggs [OPTIONS] CHAMPION [ROLE]
Sites that are currently (mostly) supported:
Depends on the anytree, beautifulsoup4, pyppeteer, Typer, and requests Python libraries.
Thanks to @Mycsina for feedback and helping to improve and expand this package's functionality!
Pull requests are welcome!