Skip to content

Commit

Permalink
📝 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 13, 2023
1 parent aed5d8a commit 2388223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<data_dir>/2`
1. Execute the command `/usr/bin/google-chrome-stable --user-data-dir=<data_dir>/1`
2. Install Tampermonkey extension
3. Tampermonkey expands and creates new js, and then copies the content in `script.js`<kbd>Ctrl+S</kbd>
4. Change the browser save path to `/twitter_user_tweet_crawler/output/res`
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<data_dir>/2`
1. 执行指令`/usr/bin/google-chrome-stable --user-data-dir=<data_dir>/1`
2. 安装Tampermonkey拓展
3. Tampermonkey拓展新建js拷贝`script.js`中的内容之后<kbd>Ctrl+S</kbd>
4. 更改浏览器保存路径为`/twitter_user_tweet_crawler/output/res`
Expand Down

0 comments on commit 2388223

Please sign in to comment.