更新 Readme.md

This commit is contained in:
2026-03-26 01:02:42 +00:00
parent 02dd4cca0d
commit 957f3a71dc

View File

@@ -1,5 +1,34 @@
# 所需环境
python=3.10
# 需要安装的包
pymongo
bilibili-api-python
ffmpeg
# 所需数据库
```bash
mongo:可以自建也可以使用
```
[免费的云](https://cloud.mongodb.com)
# 使用
## 先安装依赖
```bash
pip install -r requerment.txt
```
## 配置数据库的地址
```bash
MONGO_URI = "mongodb://192.168.28.9:27017/"
```
## 检查ffmpeg是否下载
```
ffmpeg --version
# 未下载需要下载 brew install ffmpeg
```
## 将数据写入到urls.txt中
一行一个链接
## 启动脚本