From f2f2e19eac0a62c8f7afd89878cda8b910496366 Mon Sep 17 00:00:00 2001 From: Panniantong Date: Tue, 24 Feb 2026 13:43:02 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20Twitter=20API=20?= =?UTF-8?q?=E5=AE=9A=E4=BB=B7=20=E2=80=94=20=E5=B7=B2=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=8C=89=E9=87=8F=E4=BB=98=E8=B4=B9=EF=BC=882026-02=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X 官方 API 2026年2月改版: - 旧: 固定月费 00/00/000 - 新: 按量付费(读推 /bin/bash.005/条,读用户 /bin/bash.01,发推 /bin/bash.01) - X 官方示例:中等用量约 15/月 - birdx 仍然免费(Cookie 登录) 中英文 README 同步更新 --- README.md | 4 ++-- docs/README_en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22b4813..14adcca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ AI Agent 已经能访问互联网——但只是"能上网"而已。 | 痛点 | 现状 | |------|------| -| Twitter API | $100/月起步 | +| Twitter API | 按量付费,中等用量 ~$215/月 | | Reddit | 服务器 IP 直接 403 | | 小红书 | 必须登录才能看 | | B站 | 屏蔽海外/服务器 IP | @@ -226,7 +226,7 @@ ALL_CHANNELS: List[Channel] = [ | 场景 | 选型 | 为什么选它 | |------|------|-----------| | 读网页 | [Jina Reader](https://github.com/jina-ai/reader) | 9.8K Star,免费,不需要 API Key | -| 读推特 | [birdx](https://github.com/runesleo/birdx) | Cookie 登录,不用花 $100/月买官方 API | +| 读推特 | [birdx](https://github.com/runesleo/birdx) | Cookie 登录,免费。官方 API 按量付费(读一条 $0.005) | | 视频字幕 + 搜索 | [yt-dlp](https://github.com/yt-dlp/yt-dlp) | 148K Star,YouTube + B站 + 1800 站通吃 | | 搜全网 | [Exa](https://exa.ai) via [mcporter](https://github.com/nicepkg/mcporter) | AI 语义搜索,MCP 接入免 Key | | GitHub | [gh CLI](https://cli.github.com) | 官方工具,认证后完整 API 能力 | diff --git a/docs/README_en.md b/docs/README_en.md index 6bf94e5..eaf6247 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -24,7 +24,7 @@ The most valuable information lives across social and niche platforms: Twitter d | Pain Point | Reality | |------------|---------| -| Twitter API | Starts at $100/month | +| Twitter API | Pay-per-use, moderate usage ~$215/month | | Reddit | Server IPs get 403'd | | XiaoHongShu | Login required to browse | | Bilibili | Blocks overseas/server IPs | @@ -224,7 +224,7 @@ ALL_CHANNELS: List[Channel] = [ | Scenario | Tool | Why | |----------|------|-----| | Read web pages | [Jina Reader](https://github.com/jina-ai/reader) | 9.8K stars, free, no API key needed | -| Read tweets | [birdx](https://github.com/runesleo/birdx) | Cookie auth, no $100/month official API | +| Read tweets | [birdx](https://github.com/runesleo/birdx) | Cookie auth, free. Official API is pay-per-use ($0.005/post read) | | Video subtitles + search | [yt-dlp](https://github.com/yt-dlp/yt-dlp) | 148K stars, YouTube + Bilibili + 1800 sites | | Search the web | [Exa](https://exa.ai) via [mcporter](https://github.com/nicepkg/mcporter) | AI semantic search, MCP integration, no API key | | GitHub | [gh CLI](https://cli.github.com) | Official tool, full API after auth |