From 23882234f2024409decedd927231835f405ec75f Mon Sep 17 00:00:00 2001 From: kaesinol Date: Mon, 13 Nov 2023 13:26:26 +0800 Subject: [PATCH] :memo: typo --- README.md | 2 +- README_zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff7eaa5..44ab29f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 3. For example, you need 3 threads to work at the same time 4. Just create new `/twitter_user_tweet_crawler/userdata/1` `/twitter_user_tweet_crawler/userdata/2` `/twitter_user_tweet_crawler/userdata/3` `/twitter_user_tweet_crawler/userdata/4` - Pre-configuration of Chrome - 1. Execute the command `/usr/bin/google-chrome-stable --user-data-dir=/2` + 1. Execute the command `/usr/bin/google-chrome-stable --user-data-dir=/1` 2. Install Tampermonkey extension 3. Tampermonkey expands and creates new js, and then copies the content in `script.js`Ctrl+S 4. Change the browser save path to `/twitter_user_tweet_crawler/output/res` diff --git a/README_zh_CN.md b/README_zh_CN.md index 38458fd..9d7bd7d 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -24,7 +24,7 @@ 3. 比方说你需要3个线程同时工作 4. 就新建`/twitter_user_tweet_crawler/userdata/1` `/twitter_user_tweet_crawler/userdata/2` `/twitter_user_tweet_crawler/userdata/3` `/twitter_user_tweet_crawler/userdata/4` - 预配置 Chrome - 1. 执行指令`/usr/bin/google-chrome-stable --user-data-dir=/2` + 1. 执行指令`/usr/bin/google-chrome-stable --user-data-dir=/1` 2. 安装Tampermonkey拓展 3. Tampermonkey拓展新建js,拷贝`script.js`中的内容之后Ctrl+S 4. 更改浏览器保存路径为`/twitter_user_tweet_crawler/output/res`