This project is a crawler used to crawl the code submitted to Leetcode-CN by programmers.
With three months of hard work,
I solved four hundred questions.
A green leetcode dashboard is nice,
but my github is just white.
Manual uploading is impossible, and I would never do that in my whole life.
After some search, I only found the submission crawler of LeetCode. So I had to build wheels by myself.
My generated folder: https://github.com/JiayangWu/LeetCode-Python
My problem solution blog(in Chinese): https://blog.csdn.net/qq_32424059
clone
ordownload
to local environment- Install the dependency library
pip install -r requirements.txt
- Configure the
config.json
file,username, password, cookie, local storage address, time control (days) - Run
python3 main.py
on the command line or use IDE to compile and run
This GIF is generated by LICEcap V1.28, download link