Leetcode-Questions-Scraper icon indicating copy to clipboard operation
Leetcode-Questions-Scraper copied to clipboard

Feature: Updating the backend system to rely on GraphQL API instead of Web Scraping

Open kode-logger opened this issue 3 years ago • 1 comments

Description

This Issue is more like a suggestion that might make this project more awesome.

I have been working on a similar project and, I have noticed that you are relying on web scraping instead of using the Leetcode GraphQL API. Using an API will boost the speed of your backend process when compared to web scraping.

Feel free to close the issue👍🏼.

kode-logger avatar Jul 27 '22 14:07 kode-logger

Sure, will look into it. The primary reason for relying on web scraping is also to maintain the layouts and CSS from leetcode instead of building one myself. Will be switching to graphql if those cases can be handled properly.

Thanks for the suggestion.

Bishalsarang avatar Jul 29 '22 08:07 Bishalsarang