文件名称:js做leetcode题-leetcode-downloader:leetcode下载器
文件大小:39KB
文件格式:ZIP
更新时间:2024-07-20 09:30:38
系统开源
js做leetcode题力扣下载器 从 LeetCode 下载您已接受的提交和问题! 这个 repo 指的是 . 开始 $ yarn $ cp config-tmpl.json config.json 执行以下步骤以在 LeetCode 获取您的 cookie 打开 Chrome 并登录。 打开开发人员工具和网络选项卡。 打开一个发送到 LeetCode 的请求并复制 cookie。 将其粘贴到config.json 。 # fetch the latest accepted submission of each question $ node fetchSubmission.js # fetch the description of each question $ node fetchQuestion.js # merge questions and accepted submissions $ node mergeQA.js 执照 麻省理工学院
【文件预览】:
leetcode-downloader-master
----.gitignore(957B)
----README.md(768B)
----fetchSubmission.js(2KB)
----LICENSE(1KB)
----mergeQA.js(541B)
----package.json(336B)
----cookie.png(36KB)
----config-tmpl.json(41B)
----utils.js(687B)
----yarn.lock(6KB)
----fetchQuestion.js(1KB)