leetcode-export icon indicating copy to clipboard operation
leetcode-export copied to clipboard

Python script and Docker image to export your LeetCode submissions

Results 6 leetcode-export issues
Sort by recently updated
recently updated
newest added

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?

good first issue

`--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...

help wanted

Bumps alpine from 3.20.1 to 3.20.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.20.1&new-version=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...

dependencies
docker

Bumps alpine from 3.21.2 to 3.21.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.21.2&new-version=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...

dependencies
docker

## 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...