This scraper helps you scrape all your solution in Leetcode to a directory in your local machine.
- You must have any version of python3 installed.
- You able to run a bash script.
- You need to replace
cookies.txt
file with your leetcode cookies as a .txt file with the same name- We recommend use Get cookies.txt extension to create this file.
- Run
bash ./script.sh
Some required packages will be installed.
Submissions directory will be created to save solutions source files
- 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.