Metadata-Version: 2.1
Name: nonebot-plugin-bilibili-viode
Version: 0.1.3b1
Summary: 一个nonebot2插件，用于获取哔哩哔哩伪分享卡片
Home-page: https://pypi.org/project/nonebot_plugin_bilibili_viode/
License: MIT
Author: ASTWY
Author-email: astwy@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.1.1,<10.0.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: nonebot-plugin-guild-patch (>=0.1.3,<0.2.0)
Requires-Dist: qrcode[pil] (>=7.3.1,<8.0.0)
Project-URL: Repository, https://github.com/astwy/nonebot_plugin_bilibili_viode
Description-Content-Type: text/markdown

# nonebot_plugin_bilibili_viode

[![](https://img.shields.io/badge/pypi-0.1.3-green)](https://pypi.org/project/nonebot-plugin-bilibili-viode/)

nonebot_plugin_bilibili_viode 是一个 Nonebot2 的插件，其功能为将用户发送的 B 站视频 ID 转为(伪)分享卡片的形式

## [更新日志](/CHANGELOG.markdown)

## 如何安装使用

### 安装

`pip install nonebot_plugin_bilibili_viode`  
或者  
`poetry add nonebot_plugin_bilibili_viode`

### 升级

`pip install -U nonebot_plugin_bilibili_viode`  
或者  
`poetry add nonebot_plugin_bilibili_viode@latest`

### 使用

在你的 nontbot 项目中的 bot.py 文件中添加  
`nonebot.load_plugin("nonebot_plugin_bilibili_viode")`

### Nonebot 配置项

| 配置键名          | 默认值 | 作用                     |
| ----------------- | ------ | ------------------------ |
| `bilibili_poster` | True   | 是否使用海报分享图片样式 |

## 许可

MIT

