fix(docs): Reddit requires authentication, correct misleading claims (#323)

Matches reddit.py behavior and rdt-cli reality (verified locally: rdt requires login since 2024). Fixes #314.
This commit is contained in:
Alfred
2026-06-10 14:12:08 +08:00
committed by GitHub
parent 5dfd29eafd
commit 6bc92a0ac7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Agent Reach 通过 **rdt-cli** 实现 Reddit 的搜索和阅读功能:
- **搜索**`rdt search "关键词"`
- **阅读完整帖子+评论**`rdt read POST_ID`
免费,无需代理,无需 API Key,无需登录
免费,无需代理,无需 API Key。需要登录认证(`rdt login`,自动从浏览器提取 Cookie
## Agent 可自动完成的步骤
+2 -2
View File
@@ -76,7 +76,7 @@ mcporter call 'douyin.get_douyin_download_link(share_link: "https://v.douyin.com
mcporter call 'douyin.extract_douyin_text(share_link: "https://v.douyin.com/xxx/")'
```
> **需登录**
> **需登录**`rdt login`,自动从浏览器提取 Cookie)。Reddit 自 2024 年起要求认证,未登录时所有请求返回 403。
## Twitter/X (twitter-cli)
@@ -223,6 +223,6 @@ rdt popular --limit 10
rdt all --limit 10
```
> **安装**: `pipx install rdt-cli`(确保 v0.4.2+)。无需登录即可搜索和阅读。
> **安装**: `pipx install rdt-cli`(确保 v0.4.2+)。需要先登录(`rdt login`)才能搜索和阅读。
> 需要登录的功能:`rdt feed --subs-only`(订阅列表)、`rdt saved`(收藏)。
> 建议使用 `--yaml` 输出,对 AI agent 更友好。