ForcePilot/backend/package/yuxi/channel/extensions/twitch/plugin.json

34 lines
929 B
JSON
Raw Normal View History

{
"id": "twitch",
"name": "Twitch",
"version": "0.2.0",
"label": "Twitch (Chat)",
"aliases": ["twitch-chat"],
"description": "Twitch 直播平台聊天渠道插件,基于 IRC 协议连接 Twitch 聊天室,支持 AI 助手自动回复与 Helix API 集成",
"author": "ForcePilot",
"order": 90,
"dependencies": ["twitchio", "websockets", "aiohttp"],
"capabilities": {
"chat_types": ["group"],
"message_types": ["text"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": true,
"media": false,
"native_commands": false,
"polls": false,
"pins": false,
"group_management": false,
"adaptive_cards": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"sse_support": false,
"polling_fallback": false
},
"enabled": true,
"python_requires": ">=3.12"
}