该提交实现了完整的B站渠道插件,包含以下核心功能: 1. 支持B站直播弹幕监听与处理,包含弹幕、SC、礼物等多种直播间事件 2. 支持B站私信的轮询接收与发送 3. 内置WBI签名算法,适配B站API鉴权要求 4. 提供账号配对、黑白名单等弹幕私信权限控制 5. 集成速率限制与防风险机制,降低账号封禁风险 6. 完善的配置管理与状态监控能力
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
||
"id": "bilibili",
|
||
"name": "B站 (Bilibili)",
|
||
"version": "0.1.0",
|
||
"description": "B站渠道插件,支持直播弹幕和私信交互",
|
||
"author": "ForcePilot Team",
|
||
"order": 95,
|
||
"dependencies": ["bilibili-api-python>=17.4.0"],
|
||
"capabilities": {
|
||
"chat_types": ["danmaku", "direct"],
|
||
"message_types": ["text", "image"],
|
||
"reactions": false,
|
||
"typing_indicator": false,
|
||
"threads": false,
|
||
"edit": false,
|
||
"unsend": false,
|
||
"reply": true,
|
||
"media": true,
|
||
"native_commands": false,
|
||
"polls": false,
|
||
"pins": false,
|
||
"group_management": false,
|
||
"adaptive_cards": false,
|
||
"streaming": true,
|
||
"streaming_mode": "block",
|
||
"block_streaming": true,
|
||
"block_streaming_chunk_min_chars": 200,
|
||
"block_streaming_chunk_max_chars": 1200,
|
||
"block_streaming_coalesce_min_chars": 80,
|
||
"block_streaming_coalesce_max_chars": 400,
|
||
"block_streaming_coalesce_idle_ms": 500
|
||
},
|
||
"enabled": true,
|
||
"python_requires": ">=3.12"
|
||
} |