Skip to content

Commit

Permalink
doc: add command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Nov 26, 2023
1 parent 2538889 commit 523c5f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@

# 从配置文件中读取指定的帖子ID列表获取指定帖子的信息与评论信息
python main.py --platform xhs --lt qrcode --type detail

# 其他平台爬虫使用示例, 执行下面的命令查看
python3 main.py --help

```

5. 打开对应APP扫二维码登录
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tenacity==8.2.2
tornado==6.3.2
PyExecJS==1.5.1
opencv-python==4.7.0.72
tortoise-orm[asyncmy]==0.19.3
tortoise-orm
aiomysql==0.2.0
aerich==0.7.2
numpy~=1.24.4
redis~=4.6.0
Pydantic==1.7
redis~=4.6.0

0 comments on commit 523c5f3

Please sign in to comment.