ufosc / UF-API-GROUP

First repo of UF API MINI GROUP at OPEN SOURCE CLUB
GNU General Public License v3.0
3 stars 20 forks source link

Leetcode Scraping Down #36

Open cbloodsworth opened 1 year ago

cbloodsworth commented 1 year ago

Problem: Currently, there are errors when scraping leetcode.com using the leetcode API. This has to do with Leetcode recently updating their HTML. Some of the constants in leetcode_constants.py used to read certain elements off the page no longer work as expected.

Potential Solution: Go through leetcode.com/{user} HTML and figure out what HTML elements correspond to what we want to scrape, and update leetcode_constants.py to correct that.

cbloodsworth commented 1 year ago

I'm currently working on this with branch https://github.com/ufosc/UF-API-GROUP/tree/bug/leetcode-scraping-down