分享一个自己写的Leetcode Solution下载器
2016-11-15 本文已影响589人
BONFY
概述
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
无图无真相
![](https://img.haomeiwen.com/i2091862/48fc70bd25f5fd0b.gif)
各位看官,如果觉得还“阔以”的话,还请点个Star呗~~