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

40 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "twitter",
"name": "X (Twitter)",
"version": "1.0.0",
"label": "X (Twitter)",
"aliases": ["x", "twitter-dm"],
"description": "X (Twitter) DM 渠道插件,支持 DM 文本/图片/视频/反应Polling + Webhook 双模式",
"author": "ForcePilot",
"order": 45,
"dependencies": ["tweepy", "requests-oauthlib", "httpx"],
"enabled": true,
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "video"],
"interactions": ["like", "retweet", "follow", "bookmark", "quote"],
"reactions": true,
"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": 800,
"block_streaming_chunk_max_chars": 4000,
"block_streaming_chunk_break_preference": "paragraph",
"block_streaming_coalesce_min_chars": 400,
"block_streaming_coalesce_max_chars": 2000,
"polling_fallback": true,
"sse_support": false
},
"python_requires": ">=3.12"
}