Metadata-Version: 2.1
Name: nonebot-plugin-b23
Version: 0.3.0
Summary: nonebot2 plugin B站热搜
Home-page: https://github.com/eya46/nonebot_plugin_b23
Author: eya46
Author-email: eya46@qq.com
License: MIT
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: nonebot2[httpx]>=2.0.0

# Bilibili热搜

## 默认命令

* B站热搜
* b23

## 使用

获取B站热搜(默认20条)
> /b23

获取10条B站热搜
> /b23 10

## 作用

获取B站热搜

## 安装

* nonebot2 2.0.0rc版本👇

> pip install nonebot-plugin-b23==0.0.9

* nonebot2 pydantic<3.0.0,>=1.10.0

> pip install nonebot-plugin-b23>=0.3.0

## 配置

|         名称          |    默认值    |           描述            |
|:-------------------:|:---------:|:-----------------------:|
| b23_default_command |  'B站热搜'   |          默认命令           |
|    b23_commands     | {'b23', } |           命令名           |
|      b23_block      |   False   |        是否阻止向下传播         |
|    b23_priority     |    99     |           优先级           |
|   b23_max_length    |    20     | 热搜数量(1~100)<br />推荐别设太高 |

## [依赖](requirements.txt)

* nonebot2[httpx]>=2.0.0
