leetcode题库
leetcode-crawler
概述
爬取
LeetCode
题目及提交的
AC
代码的工具,存入到本地
Sqlite
数据库中,并支持生成相应的
README.md
文件。支持爬取指定状态、难度以及标签的题目以及
AC
代码。
运行环境
基于
Python3
运行,依赖
Python
库:
requests
requests_toolbelt
html2text
使用说明
positional
arguments:
output
optional
arguments:
-h,
--help
show
this
help
message
and
exit
-d
{Easy,Medium,Hard}
[{Easy,Medium,Hard}
...],
--difficulty
{Easy,Medium,Hard}
[{Easy,Medium,Hard}
...]
Specify
the
difficulty.
If
not
specified,
all
problems
will
be
grasped.
-t
TAGS
[TAGS
...],
--tags
TAG
2021-11-10 01:36:46
221KB
系统开源
1