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 |