Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 962 Bytes

File metadata and controls

21 lines (15 loc) · 962 Bytes

Leetcode-scraper

Description

This scraper helps you scrape all your solution in Leetcode to a directory in your local machine.

requirements

  • You must have any version of python3 installed.
  • You able to run a bash script.

Installation

  1. You need to replace cookies.txt file with your leetcode cookies as a .txt file with the same name
  2. Run bash ./script.sh

Some required packages will be installed.

Submissions directory will be created to save solutions source files

features

  • If you have a multiple solution for the same problem, App will only get the most recent accepted one for this problem.
  • App save a history of already scraped problems so, If you run it again, only not scraped solutions will be added.