leetcode-export
leetcode-export copied to clipboard
Python script and Docker image to export your LeetCode submissions
Hello, thanks for the great tool! 🙂 Just recently it stopped working, I tried upgrading to version 2.4.0, but maybe LC API has changed? ``` Traceback (most recent call last):...
Could you allow also downloading of posted solutions, please?
`--no-duplicates` should prevent identical duplicate submissions for the same leetcode question from being exported. Duplicate submissions can be identified by computing the hash of the submission code `submission.code` and comparing...
Bumps alpine from 3.20.1 to 3.20.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps alpine from 3.21.2 to 3.21.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
## Incremental Backup Feature - Pull Request Summary ### Overview Added --checkpoint-file functionality to enable incremental backups, significantly reducing backup time for users who run the script regularly. **This is...