feat: 增加操作说明书
This commit is contained in:
parent
c33ed1726c
commit
153c44a619
|
@ -11,7 +11,6 @@ twistd.pid
|
||||||
wechat_dir/*
|
wechat_dir/*
|
||||||
*.csv
|
*.csv
|
||||||
.idea/*
|
.idea/*
|
||||||
*.pdf
|
|
||||||
article/*
|
article/*
|
||||||
db_folder/*
|
db_folder/*
|
||||||
runtime/Scripts/*
|
runtime/Scripts/*
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 346 KiB |
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 444 KiB |
|
@ -0,0 +1,64 @@
|
||||||
|
# V2 版操作说明书
|
||||||
|
|
||||||
|
## 安装告知
|
||||||
|
|
||||||
|
务必先卸载本机的 chrome 浏览器,并安装文件夹下的 chrome117.exe
|
||||||
|
|
||||||
|
务必确保 chrome 不自动更新 操作方法:<br/>
|
||||||
|
修改 "C:\Windows\System32\drivers\etc\host 文件,在最后增加
|
||||||
|
127.0.0.1 update.googleapis.com<br/>
|
||||||
|
保存后 win+r 快捷键,输入 cmd 打开命令行,输入"ipconfig /flushdns" 刷新 dns
|
||||||
|
|
||||||
|
## 操作说明
|
||||||
|
|
||||||
|
### 0.打开软件
|
||||||
|
|
||||||
|
双击图标打开软件
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### 1.爬取公众号内容
|
||||||
|
|
||||||
|
点击打开微信爬取工具,进入如下 web 页面,如果不小心关闭,可在浏览器地址栏直接输入 localhost:5001/#/
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
在设置页面下有帮助文档可自行观看
|
||||||
|

|
||||||
|
|
||||||
|
或者按以下简要步骤
|
||||||
|
|
||||||
|
1.登录电脑端微信
|
||||||
|
|
||||||
|
2.任务页面开启 setproxy
|
||||||
|
|
||||||
|
3.搜索要爬的公众号,点击其文章链接
|
||||||
|
|
||||||
|
4.待出现公众号信息后,依次点击三个创建任务
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. 点击开始任务。并在结束后对下一个公众号重复上述 3.4.5 工作
|
||||||
|
|
||||||
|
### 2.爬取官网
|
||||||
|
|
||||||
|
1. 点击打开网站列表 Excel,编辑、保存后关闭
|
||||||
|
|
||||||
|
2. 点击开始爬取按钮
|
||||||
|
|
||||||
|
### 3.汇总分析
|
||||||
|
|
||||||
|
待操作日志栏显示 爬取完毕 字眼时,可继续操作
|
||||||
|
|
||||||
|
1. 点击打开分析标准 Excel,编辑、保存后关闭
|
||||||
|
|
||||||
|
2. 点击开始分析
|
||||||
|
|
||||||
|
3.打开分析报告 **另存后修改**
|
||||||
|
|
||||||
|
### 4. 汇总打分
|
||||||
|
|
||||||
|
点击汇总分析按钮,可输入年份
|
||||||
|
|
||||||
|
打开分析报告 **另存后修改**
|
Binary file not shown.
25
readme.md
25
readme.md
|
@ -1,25 +0,0 @@
|
||||||
## 安装告知
|
|
||||||
务必先卸载本机的chrome浏览器,并安装文件夹下的chrome117.exe
|
|
||||||
|
|
||||||
务必确保chrome不自动更新 操作方法:<br/>
|
|
||||||
修改 "C:\Windows\System32\drivers\etc\host 文件,在最后增加
|
|
||||||
127.0.0.1 update.googleapis.com<br/>
|
|
||||||
保存后 win+r 快捷键,输入cmd打开命令行,输入"ipconfig /flushdns" 刷新dns
|
|
||||||
|
|
||||||
biao.xlsx 为标准对比文件,需保持定期更新
|
|
||||||
|
|
||||||
|
|
||||||
## 操作说明
|
|
||||||
用于执行内容巡查, 请按以下步骤依次执行
|
|
||||||
|
|
||||||
### 1.爬取公众号内容
|
|
||||||
运行wechat.exe, 打开网页后按步骤操作,具体可参考视频教学 https://www.bilibili.com/video/BV1kh411c7GX/
|
|
||||||
|
|
||||||
### 2.整理需要爬取的官网
|
|
||||||
打开web_sites.xlsx,进行编辑后保存并关闭
|
|
||||||
|
|
||||||
### 3.执行巡查任务
|
|
||||||
双击执行巡查.bat,此时任务会自动进行并输出文件,过程中请观察输出内容,如果有错误或error字眼,请联系开发者
|
|
||||||
|
|
||||||
### 4. 查看报告并校对
|
|
||||||
报告存放于summary文件夹下并以月份开头,可打开查看
|
|
Loading…
Reference in New Issue