We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cf42c commit 38ad769Copy full SHA for 38ad769
README.md
@@ -12,10 +12,12 @@
12
13
由爬虫先行对商品的既有评价进行爬取,在此基础上进行自己的评价
14
15
-## 使用方法
+## 用法
16
17
### <请先确保python版本为最新版>
18
19
+### 快速使用
20
+
21
在终端中执行:
22
23
```bash
@@ -34,10 +36,30 @@ user:
34
36
最后运行 `auto_comment_plus.py` :
35
37
38
-python auto_comment_plus.py
39
+python3 auto_comment_plus.py
40
+```
41
42
+**注意:** 请根据设备环境换用不同的解释器路径,如 `python`、`py`。
43
44
+### 命令行参数
45
46
+本程序支持命令行参数:
47
48
+```text
49
+usage: auto_comment_plus.py [-h] [--dry-run]
50
51
+optional arguments:
52
+ -h, --help show this help message and exit
53
+ --dry-run have a full run without comment submission
54
```
55
-> 此脚本需要的依赖较多,需自行安装
56
+**`-h`, `--help`:**
57
58
+显示帮助文本。
59
60
+**`--dry-run`:**
61
62
+完整地运行程序,但不实际提交评论。
63
64
## 声明
65
0 commit comments