https://github.com/Shadow403/nonebot_plugin_BiliRequestAll
以B站UID审核入群(分群管理)
https://github.com/Shadow403/nonebot_plugin_BiliRequestAll
Last synced: 30 days ago
JSON representation
以B站UID审核入群(分群管理)
- Host: GitHub
- URL: https://github.com/Shadow403/nonebot_plugin_BiliRequestAll
- Owner: Shadow403
- License: mit
- Created: 2022-10-03T09:11:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T14:50:19.000Z (over 1 year ago)
- Last Synced: 2024-07-05T04:30:20.887Z (9 months ago)
- Language: Python
- Size: 550 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Nonebot_plugin_BiliRequestAll - 以 B 站 UID 审核入群(分群管理). (监控与推送 / 直播脚本)
README
![]()
# nonebot-plugin-BiliRequestAll
_✨ 基于 [NoneBot2](https://github.com/nonebot/nonebot2) & [WebAPI](https://api-dev.shadow403.cn/) 的一个 NoneBot B站自动审批插件 ✨_
## 😎 功能
- 分群管理
- 以B站UID审核入群(粉丝团 等级`<=`20)
- 以B站UID审核入群(大航海 等级`>`20)## 💿 安装
```
nb plugin install nonebot_plugin_BiliRequestAll
```
```
pip install nonebot_plugin_BiliRequestAll
```## 🍴 使用
- 设置: `/rqst [主开关]_[强审核]_<主播UID>_<最低等级要求>`
- 查看: `/rqst info`> [!IMPORTANT]
> ("[]"中填写`on`/`off` "<>"中填写纯数字,注意顺序,要用"_"隔开)
>
> 强审核: 不满足要入群要求会自动拒绝, 如设为 off 会忽略该加群请求 (等待人工审核)
日志
- `V0.1.0` 发布此插件
- `V0.2.0` 更新插件数据结构,新增大航海入群功能
- `V0.2.1` json加载问题 [#6](https://github.com/Shadow403/nonebot_plugin_BiliRequestAll/issues/6), 修复粉丝牌审核模块
- `v0.2.5` 重写该插件
- `v0.2.6` 更新查看审批信息功能
- `v0.2.7` 更新API模块
- `v0.2.8` 修复不满足入群条件时返回信息不全报错
- `v0.3.0` 重写该插件
- `v0.3.1` 修改插件名
- `v0.3.2` 修改插件名 | 移除依赖 `pydantic`
- `v0.3.3` 添加 API🔗 更新
- `v0.3.4` 添加 API🔗 更新