From c72e63d740e11d72c2ad8c07a143664df1127360 Mon Sep 17 00:00:00 2001 From: Fedora Date: Fri, 10 Jun 2022 16:14:12 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e966020..048dc3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ 抖音web直播间([live.douyin.com](https://live.douyin.com))弹幕抓取 -- +改版后,运行步骤: + +1. 下载edge浏览器的**webDriver**驱动, + 下载路径:https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ + 下载后在{ **/config/settings.yml** },配置**webdriver - edge**的路径,直接放在运行目录,就不用修改配置文件 +3. 使用 [ **requirements.txt** ] 下的包,新版的**不支持mitmproxy8**,只**支持mitmproxy7**的版本。 +4. 新版不需要在额外先启动mitmproxy,直接运行**main.py**就行 + + **屏幕效果截图** ![enter image description here](https://github.com/FedoraLinux1/douyin_web_live/blob/main/20220519190807.png)