docs: 更新 Twitter API 定价 — 已改为按量付费(2026-02)

X 官方 API 2026年2月改版:
- 旧: 固定月费 00/00/000
- 新: 按量付费(读推 /bin/bash.005/条,读用户 /bin/bash.01,发推 /bin/bash.01)
- X 官方示例:中等用量约 15/月
- birdx 仍然免费(Cookie 登录)

中英文 README 同步更新
This commit is contained in:
Panniantong 2026-02-24 13:43:02 +01:00
parent 8b00f73e84
commit f2f2e19eac
2 changed files with 4 additions and 4 deletions

View file

@ -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 StarYouTube + B站 + 1800 站通吃 |
| 搜全网 | [Exa](https://exa.ai) via [mcporter](https://github.com/nicepkg/mcporter) | AI 语义搜索MCP 接入免 Key |
| GitHub | [gh CLI](https://cli.github.com) | 官方工具,认证后完整 API 能力 |

View file

@ -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 |