This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Leetcode downloader

Tampermonkey script to download leetcode submissions

How to use

  • Enable the script
  • Go to the submissions page: https://leetcode.com/submissions
  • Click on the Download submissions button in the bottom right corner
  • Wait
  • The submissions file should be in ~/Downloads

1 - Bazel targets

NameInfo
changelog
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog
ruleClasspkg_tar_impl
ruleOutput
  • //js/leetcode-downloader:changelog.tar
visibility
  • //visibility:public
changelog-changelog
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog-changelog
ruleClassal_template_files
ruleOutput
  • //js/leetcode-downloader:changelog.md
visibility
  • //visibility:public
changelog-changelog-data
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog-changelog-data
ruleClassgenrule
ruleOutput
  • //js/leetcode-downloader:changelog-changelog-data.yaml
visibility
  • //visibility:private
changelog-children
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog-children
ruleClasspkg_tar_impl
ruleOutput
  • //js/leetcode-downloader:changelog-children.tar
visibility
  • //visibility:private
changelog-template
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog-template
ruleClass_write_file
ruleOutput
  • //js/leetcode-downloader:changelog-template.md
visibility
  • //visibility:private
lib
locationjs/leetcode-downloader/BUILD.bazel:16:11
name//js/leetcode-downloader:lib
ruleClassjs_library
visibility
  • //visibility:public
readme
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme-children
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme-children
ruleClasspkg_tar_impl
ruleOutput
  • //js/leetcode-downloader:readme-children.tar
visibility
  • //visibility:public

2 - Changelog