Ep 05: Automating Reddit

Updated on 4/5/2026

[Translation Pending]\n\n## 实战 1:在终端里玩转 Reddit

只要你在 Chrome 里登入了 Reddit,不需要 API Key 或 OAuth。

获取子版块动态

尝试获取 r/MachineLearning 今天最火的帖子以 JSON 输出:

opencli reddit subreddit MachineLearning --sort hot --limit 5 -f json

你会发现帖子连同链接瞬间就获取到了。

点赞与自动保存

opencli reddit upvote --id 1b2c3d
opencli reddit save --id 1b2c3d

回复评论自动化

你甚至可以把 ChatGPT 生成的回复塞进去:

opencli reddit comment --id 1b2c3d --text "Thanks for the insight!"