This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Description
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.