From cf2280d68d8b9e808fc93e3e2b00f259eb61ed83 Mon Sep 17 00:00:00 2001 From: Akarin~ <60691961+Asankilp@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 514981a..dda999c 100644 --- a/README.md +++ b/README.md @@ -1 +1,77 @@ -# nonebot-plugin-acgnshow \ No newline at end of file +
+ NoneBotPluginLogo +
+

NoneBotPluginText

+
+ +
+ +# nonebot-plugin-acgnshow + +_✨ 从哔哩哔哩会员购获取展览简易信息 ✨_ + + + + license + + + pypi + +python + +
+ + +## 📖 介绍 + +一个简单的 Nonebot2 插件,可以从哔哩哔哩会员购 API 获取展览(漫展等)的时间,地点,票价等信息。 + +## 💿 安装 + +
+使用 nb-cli 安装 +在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装 + + nb plugin install nonebot-plugin-acgnshow + +
+ +
+使用包管理器安装 +在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令 + +
+pip + + pip install nonebot-plugin-acgnshow +
+
+pdm + + pdm add nonebot-plugin-acgnshow +
+
+poetry + + poetry add nonebot-plugin-acgnshow +
+
+conda + + conda install nonebot-plugin-acgnshow +
+ +打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分追加写入 + + plugins = ["nonebot_plugin_acgnshow"] + +
+ +## ⚙️ 配置 + +在 nonebot2 项目的`.env`文件中添加下表中的配置 + +| 配置项 | 必填 | 默认值 | 说明 | +|:-----:|:----:|:----:|:----:| +| ACGNSHOW_PAGESIZE | 否 | 8 | 单个图片的条目数,最大为20,条目数过大可能导致 Bot 无法发送 | +