Metadata-Version: 2.1
Name: nonebot_plugin_ddcheck
Version: 0.4.3
Summary: Nonebot2 成分姬插件
Home-page: https://github.com/noneplugin/nonebot-plugin-ddcheck
License: MIT
Author: meetwq
Author-email: meetwq@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Jinja2 (>=3.0.0,<4.0.0)
Requires-Dist: httpx (>=0.20.0,<1.0.0)
Requires-Dist: nonebot-plugin-alconna (>=0.46.3,<1.0.0)
Requires-Dist: nonebot-plugin-apscheduler (>=0.4.0,<1.0.0)
Requires-Dist: nonebot-plugin-htmlrender (>=0.4.0,<0.5.0)
Requires-Dist: nonebot-plugin-localstore (>=0.6.0,<1.0.0)
Requires-Dist: nonebot2 (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/noneplugin/nonebot-plugin-ddcheck
Description-Content-Type: text/markdown

# nonebot-plugin-ddcheck

NoneBot2 成分姬插件

查询B站关注列表的VTuber成分，并以图片形式发出

VTB列表数据来源：[vtbs.moe](https://vtbs.moe/)


### 使用方式

**以下命令需要加[命令前缀](https://nonebot.dev/docs/appendices/config#command-start-和-command-separator) (默认为`/`)，可自行设置为空**

```
查成分 + B站用户名/UID
```


### 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_ddcheck
```

- 使用 pip

```
pip install nonebot_plugin_ddcheck
```


### 配置

需要在 `.env.xxx` 文件中添加任意的B站用户cookie：

```
bilibili_cookie=xxx
```

`cookie` 获取方式：

`F12` 打开开发工具，查看 `www.bilibili.com` 请求的响应头，找形如 `SESSDATA=xxx;` 的字段，如：

```
bilibili_cookie="SESSDATA=xxx;"
```

<div align="left">
  <img src="https://s2.loli.net/2022/07/19/AIBmd2Z9V5YwlkF.png" width="500" />
</div>


### 示例

<div align="left">
  <img src="https://s2.loli.net/2022/03/20/Nk3jZJgxforHDsu.png" width="400" />
</div>

