美文网首页Python Can Do This程序员代码改变世界
分享一个自己写的Leetcode Solution下载器

分享一个自己写的Leetcode Solution下载器

作者: BONFY | 来源:发表于2016-11-15 16:16 被阅读589次

概述

Leetcode的题目还没刷多少,写了个Solution的下载器,自己刷的题方便下载下来同步到Github上

详情见我的Repo: https://github.com/bonfy/leetcode

主要的代码在 leetcode_generate.py

如何使用

安装依赖:

pip install requests
pip install pyquery

修改Config:

Edit your own username, password, language and repo in the config.cfg file

[leetcode]

username = username
password = password
language = python
repo = https://github.com/bonfy/leetcode

运行

python3 leetcode_generate.py

无图无真相

各位看官,如果觉得还“阔以”的话,还请点个Star呗~~

相关文章

网友评论

  • CloudsDocker:搞不懂为什么要下载?有什么benefit?直接去用现成的gui不是挺好
    BONFY:@phray 好吧 我沒用过gui 也不知道有gui 而且gui咋分享
  • 7259755255a9:看不懂……
    BONFY:@BVB90 https://leetcode.com/ 是一个刷题的网站,上面完成的代码是不提供下载的。 所以就写了个下载器,可以下到本地,然后发布到Github上 :smiley:

本文标题:分享一个自己写的Leetcode Solution下载器

本文链接:https://www.haomeiwen.com/subject/bcclpttx.html