Metadata-Version: 2.1
Name: nonebot-plugin-bilibili-viode
Version: 1.0.1
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.1,<3.12
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
Requires-Dist: httpx (>=0.23.3,<0.24.0)
Requires-Dist: nonebot-plugin-guild-patch (>=0.2.3,<0.3.0)
Requires-Dist: nonebot2 (>=2.0.0rc3,<3.0.0)
Requires-Dist: pillow (>=9.4.0,<10.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: qrcode (>=7.4.2,<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-1.0.0-green)](https://pypi.org/project/nonebot-plugin-bilibili-viode/)

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

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

## [模板使用说明](/docs/template.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_template` | string | 1      | 指定使用 template 目录下的那个模板 |

## TODO

- [ ] 添加可视化模板配置工具，以便于用户自定义模板

## 许可

MIT

