From 0976bd78c55251110aa22aa83ff82caeae91ead6 Mon Sep 17 00:00:00 2001 From: leemuzi Date: Tue, 24 Mar 2026 21:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..fc3149a --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +# 环境要求 +``` +python3.10 +``` +# 需要的库 +```bash +requests +aiohttp +bilibili-api-python +pymongo +``` +