Skip to content

B站热搜0.0.9

Compare
Choose a tag to compare
@eya46 eya46 released this 20 Jun 04:49
· 8 commits to master since this release

Bilibili热搜

默认命令

  • b站热搜
  • B站热搜
  • b23

作用

获取B站热搜

安装

  • nonebot2 2.0.0rc版本👇

pip install nonebot-plugin-b23==0.0.8

  • nonebot2 2.0.0正式版本👇

pip install nonebot-plugin-b23==0.0.9

配置

名称 默认值 描述
b23_commands {'b23', 'B站热搜'} 命令名
b23_block False 是否阻止向下传播
b23_priority 99 优先级
b23_max_length 21 最多热搜数量

依赖

  • httpx~=0.23.0
  • nonebot2~=2.0.0
  • pydantic~=1.10.4