Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Leetcode Scraping Down #36

Open
cbloodsworth opened this issue Sep 19, 2023 · 1 comment
Open

Leetcode Scraping Down #36

cbloodsworth opened this issue Sep 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cbloodsworth
Copy link
Collaborator

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 cbloodsworth added the bug Something isn't working label Sep 19, 2023
@cbloodsworth
Copy link
Collaborator Author

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

ramses-z added a commit to ramses-z/UF-API-GROUP that referenced this issue Feb 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant