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

相關文章
相關標籤/搜索