文件名称:leetcode没有R语言-LeetCode2Github:自动抓取LeetCode解决方案
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-20 11:05:58
系统开源
leetcode没有R语言LeetCode2Github LeetCode 到 Github 自动抓取上传到 Github 的 LeetCode 解决方案并生成README.md文件。 这是我的 GitHub 存储库。 配置信息 配置/config.cfg 参考 : username 力扣用户名 password 力扣密码 language 解决问题的编程语言 driverpath 本地机器上的路径地址 local_path 本地机器上的 LeetCode repo 路径地址 需求信息 要求 Python 包: 使用selenium和ChromeDriver 安装基本包: requestions , selenium pip3 install -r requirements.txt 推荐使用包管理工具: Python conda安装 管道 管道安装 视窗 确保您已安装 Chrome 检查您的 Chrome 版本并下载相应版本的 ChromeDriver 在你的 Chrome 地址栏中输入chrome://help查看 Chrome 版本 确保你的 Python 是 3.X 版本并且已经
【文件预览】:
LeetCode2Github-master
----.gitignore(86B)
----README.md(3KB)
----utils.py(3KB)
----src()
--------.gitignore(41B)
--------question.py(1KB)
--------leetcode.py(12KB)
--------generate.py(3KB)
----config()
--------config.cfg.example(197B)
----requirements.txt(135B)
----run.py(390B)