Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 346 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 346 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.