From e6f58cbf27d15bf1a31fced5012521aebfb2dbbf Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sat, 11 Feb 2023 23:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 176a539..8bf79cd 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,8 @@ sudo apt-get install ffmpeg ```` ## 🧑‍🌾进阶 -【可选】备注:考虑到不是所有电脑都有mongodb,如果要开启`#我靠`功能,需要进行以下操作 -> linux/windows系统下自己装一个mongodb,上一个密码(不上有风险) +【可选】备注:考虑到不是所有电脑都有mongodb,如果要开启`#我靠`功能,需要进行以下操作: -`test/main.py`爬取链接(要有python环境、配合mongodb使用) -> python3 main.py ### 使用Python、Mongodb爬虫三次元图片 首先去test文件跑python代码(要安装`requirements.txt`要求的依赖) > python3 ./test/main.py @@ -112,6 +109,11 @@ async tuiimg (e) { } ``` +> 备注: +> 1. linux/windows系统下自己装一个mongodb,上一个密码(不上有风险) +> 2. `test/main.py`爬取链接(要有python环境、配合mongodb使用) + +### 其他进阶操作 【可选】相关配置(apps/tools.js): > twiiter-api:https://developer.twitter.com/en 注册完之后将`Bearer Token`填入app/tools.js twitter方法的TwitterApi后面的单引号里