Leetcode刷题神器,妈妈不再担忧我刷题后Solution同步到Github的问题了

概述

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

详情见个人Repo: https://github.com/bonfy/leetcodegit

主要的代码在 leetcode_generate.pygithub

如何使用

安装依赖:

pip install requests
pip install pyquery

修改Config:

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

[leetcode]

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

运行

python3 leetcode_generate.py

无图无真相

各位看官,若是以为还“阔以”的话,还请点个Star呗~~code

相关文章
相关标签/搜索