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 91688d0 commit 1f300edCopy full SHA for 1f300ed
README.md
@@ -6,15 +6,23 @@
6
源库链接:[自动评价](https://github.com/qiu-lzsnmb/jd_lzsnmb)
7
[评论爬虫](https://github.com/2274900/JD_comment_spider)
8
9
-### 本脚本只是对以上两位的结合以及魔改,用于解决评论文不对题的问题。经测试,本脚本能初步解决这一问题。
+### 本脚本只是对以上两位的结合以及魔改,用于解决评论文不对题的问题。经测试,本脚本能初步解决这一问题。
10
11
## 思路
12
13
由爬虫先行对商品的既有评价进行爬取,在此基础上进行自己的评价
14
15
## 使用方法
16
17
-获取电脑版ck后填入 auto_comment_plus.py 文件,运行此文件即可
+在终端中执行:
18
+
19
+```bash
20
+git clone https://github.com/Dimlitter/jd_AutoComment.git
21
+cd jd_AutoComment
22
+pip install -r requirements.txt
23
+```
24
25
+然后获取电脑版ck后填入 auto_comment_plus.py 文件,运行此文件即可
26
27
> 此脚本需要的依赖较多,需自行安装
28
0 commit comments