Reddit Publisher
Research, draft, and publish Reddit posts that sound human.
Setup
ScrapeCreators (reading Reddit)
- 1. Get an API key at scrapecreators.com
- Save it: INLINECODE0
Late (posting to Reddit)
- 1. Get an API key at getlate.dev
- Connect your Reddit account in the Late dashboard
- Save the key: INLINECODE1
- Find your Reddit account ID: INLINECODE2
Tooling
ScrapeCreators (READ Reddit)
CODEBLOCK0
Late (WRITE to Reddit)
CODEBLOCK1
Writing workflow
When drafting a Reddit post or comment:
1. Write Reddit-native
- - Open with the concrete situation in 1-2 lines (what you did, what happened)
- Give specific details (numbers, stack, time spent, what you tried)
- End with a real question or request for feedback
2. Anti-AI-slop pass (mandatory)
Read the references before finalizing any draft:
- -
./references/stop-slop/phrases.md — words and phrases to remove - INLINECODE4 — patterns to avoid
- INLINECODE5 — before/after calibration
3. Quick checklist
- - No throat-clearing openers ("Here's the thing", "Let me be clear")
- No binary contrast frames ("Not X. Y.")
- Active voice, name the actor
- Cut adverbs and vague importance claims
- No em dashes. Use commas or periods
- No "I'd be happy to" or "Great question"
Pre-flight before posting
- 1. Check subreddit details (ScrapeCreators) for rules and size
- List flairs (Late) and pick one if required
- Keep first post in any sub low-risk (text post, no links in first paragraph)
- Many subreddits require flair — posts without flair get auto-removed
- New/low-karma accounts get blocked on many subs
Post tracking (optional)
Create a file
references/post-history.md to track your posts:
- - Sub, title, date, score, upvote ratio, comments, status
- Review what works vs what gets buried
- Don't repeat the same angle in the same sub within 2 weeks
Things to know
- - ScrapeCreators is read-only (1 credit per request)
- Late: no video uploads, no analytics for Reddit
- Reddit rules differ by subreddit — always check before posting
- No API can guarantee posting success in every subreddit
Reddit 发布工具
研究、撰写并发布听起来像真人写的 Reddit 帖子。
设置
ScrapeCreators(读取 Reddit)
- 1. 在 scrapecreators.com 获取 API 密钥
- 保存密钥:mkdir -p ~/.config/scrapecreators && echo YOURKEY > ~/.config/scrapecreators/apikey && chmod 600 ~/.config/scrapecreators/apikey
Late(发布到 Reddit)
- 1. 在 getlate.dev 获取 API 密钥
- 在 Late 控制面板中连接你的 Reddit 账号
- 保存密钥:mkdir -p ~/.config/late && echo YOURKEY > ~/.config/late/apikey && chmod 600 ~/.config/late/apikey
- 查找你的 Reddit 账号 ID:python3 ./scripts/late_reddit.py accounts
工具
ScrapeCreators(读取 Reddit)
bash
全局搜索 Reddit
python3 ./scripts/sc_reddit.py search --query AI agent --timeframe week
在特定子版块内搜索
python3 ./scripts/sc_reddit.py subreddit-search --subreddit nocode --query automation --timeframe month
获取子版块详情(规模、描述)
python3 ./scripts/sc_reddit.py subreddit-details --subreddit microsaas
获取帖子及评论
python3 ./scripts/sc_reddit.py post-comments --url https://www.reddit.com/r/.../comments/...
搜索 Reddit 广告库
python3 ./scripts/sc_reddit.py ads-search --query Notion
Late(写入 Reddit)
bash
列出已连接的 Reddit 账号
python3 ./scripts/late_reddit.py accounts
验证子版块是否存在
python3 ./scripts/late_reddit.py validate-subreddit --subreddit r/microsaas
列出可用的标签
python3 ./scripts/late
reddit.py reddit-flairs --account-id ID> --subreddit microsaas
立即发布
python3 ./scripts/latereddit.py create-post --account-id ID> --subreddit microsaas --title My title --body My body
定时发布
python3 ./scripts/latereddit.py create-post --account-id ID> --subreddit microsaas --title My title --body My body --scheduled-for 2026-04-01T10:00:00Z
写作流程
撰写 Reddit 帖子或评论时:
1. 以 Reddit 原生风格写作
- - 用 1-2 行直接切入具体情境(你做了什么、发生了什么)
- 提供具体细节(数字、技术栈、花费时间、尝试过的方法)
- 以真实问题或反馈请求结尾
2. 反 AI 垃圾内容检查(必须执行)
在定稿前阅读以下参考资料:
- - ./references/stop-slop/phrases.md — 需要删除的词语和短语
- ./references/stop-slop/structures.md — 需要避免的模式
- ./references/stop-slop/examples.md — 修改前后的校准示例
3. 快速检查清单
- - 没有废话开场白(事情是这样的、让我说清楚)
- 没有二元对比框架(不是 X。而是 Y。)
- 使用主动语态,明确动作主体
- 删掉副词和模糊的重要性声明
- 不要用破折号。使用逗号或句号
- 不要用我很乐意或好问题
发布前检查
- 1. 查看子版块详情(ScrapeCreators)了解规则和规模
- 列出标签(Late)并根据需要选择一个
- 在任何子版块的首条帖子保持低风险(文字帖,第一段不要放链接)
- 许多子版块要求标签——没有标签的帖子会被自动删除
- 新账号/低 karma 账号在许多子版块会被屏蔽
帖子追踪(可选)
创建文件 references/post-history.md 来追踪你的帖子:
- - 子版块、标题、日期、分数、点赞比、评论数、状态
- 分析哪些内容有效、哪些被埋没
- 两周内不要在同一个子版块重复相同角度
须知事项
- - ScrapeCreators 是只读的(每次请求消耗 1 个积分)
- Late:不支持视频上传,没有 Reddit 分析功能
- Reddit 规则因子版块而异——发布前务必检查
- 没有任何 API 能保证在所有子版块成功发布