Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.35 KB

nonebot

NoneBot Plugin B23

Bilibili热搜

License Python NoneBot

默认命令

  • B站热搜
  • b23

使用

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

/b23

获取10条B站热搜

/b23 10

作用

获取B站热搜

安装

  • pip install nonebot-plugin-b23
  • poetry add nonebot-plugin-b23
  • pdm add nonebot-plugin-b23

配置

名称 默认值 描述
b23_default_command 'B站热搜' 默认命令
b23_commands {'b23', } 命令名
b23_block False 是否阻止向下传播
b23_priority 99 优先级
b23_max_length 20 热搜数量(1~100)
推荐别设太高
b23_user_agent "Chrome/130.0.0.0" 请求头User-Agent
  • nonebot2[httpx]^2.3.0