doc: add command usage
This commit is contained in:
parent
253888980c
commit
523c5f380e
|
@ -65,6 +65,10 @@
|
||||||
|
|
||||||
# 从配置文件中读取指定的帖子ID列表获取指定帖子的信息与评论信息
|
# 从配置文件中读取指定的帖子ID列表获取指定帖子的信息与评论信息
|
||||||
python main.py --platform xhs --lt qrcode --type detail
|
python main.py --platform xhs --lt qrcode --type detail
|
||||||
|
|
||||||
|
# 其他平台爬虫使用示例, 执行下面的命令查看
|
||||||
|
python3 main.py --help
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
5. 打开对应APP扫二维码登录
|
5. 打开对应APP扫二维码登录
|
||||||
|
|
|
@ -5,8 +5,8 @@ tenacity==8.2.2
|
||||||
tornado==6.3.2
|
tornado==6.3.2
|
||||||
PyExecJS==1.5.1
|
PyExecJS==1.5.1
|
||||||
opencv-python==4.7.0.72
|
opencv-python==4.7.0.72
|
||||||
tortoise-orm[asyncmy]==0.19.3
|
tortoise-orm
|
||||||
|
aiomysql==0.2.0
|
||||||
aerich==0.7.2
|
aerich==0.7.2
|
||||||
numpy~=1.24.4
|
numpy~=1.24.4
|
||||||
redis~=4.6.0
|
redis~=4.6.0
|
||||||
Pydantic==1.7
|
|
Loading…
Reference in New Issue