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_filegroup
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.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //js/leetcode-downloader:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.changelog_files
ruleClasspkg_files
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.srcs
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Change nvim theme to navarasu/onedark.nvim (e2f7da)
  • Add ability to stop to leetcode-downloader (d7edcb)
  • Add sh leetcode (e4a776)
  • Add new leetcode submissions, change leetcode directory structure (196bcd)
  • Add changelog for all packages (a6ebf9)
  • Add bzl_target_doc (c5636e)
  • Update books, update some readmes (26fa79)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)