diff --git a/agent_reach/channels/twitter.py b/agent_reach/channels/twitter.py index 35d3459..09d7ac5 100644 --- a/agent_reach/channels/twitter.py +++ b/agent_reach/channels/twitter.py @@ -29,7 +29,6 @@ class TwitterChannel(Channel): if shutil.which("birdx"): return "ok", "搜索、时间线、发推全部可用" return "ok", "可读取推文。安装 birdx + 配置 Cookie 可解锁搜索和发推" - return "ok", "Jina Reader (single tweets only)" async def read(self, url: str, config=None) -> ReadResult: # Try birdx first