Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 347 Bytes

File metadata and controls

15 lines (8 loc) · 347 Bytes

Leetcode Scraper

Scrapes Leetcode to extract all the problems and save them as a .cs file, so that developers can debug the problem locally.

Setup

  • npm install

Run

  • node index.js

Note

  • The scraper is neither complete nor perfect. Please share feedback and improvements. Or you are most welcomed to fork and customize the code.