joshcai/LeetCode Sync
Sync LeetCode submissions to GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 30, 2024
- License
- None
Pinned Snippet
uses: joshcai/leetcode-sync@6749b872e89b3c10d213a6e599a7424584c1fa10 # v1.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token | yes | — |
| leetcode-csrf-token | The LeetCode CSRF token | yes | — |
| leetcode-session | The LeetCode session value | yes | — |
| filter-duplicate-secs | Number of seconds after an accepted solution to ignore other accepted solutions for the same problem | no | 86400 |
| destination-folder | The folder to save the synced files in (relative to the top level of your repo) | no | . |
| verbose | Adds submission percentiles and question numbers to the repo (requires an additional API call) | no | true |
| commit-header | How the automated commits should be prefixed | no | Sync LeetCode submission |
Outputs
no outputs