← 返回
未分类 Key 中文

Reddit Publisher

Research subreddits, draft Reddit-native posts, and publish/schedule via Late API. Includes ScrapeCreators for reading (search, subreddit details, comments)...
研究子版块,草拟原生 Reddit 帖子,通过 Late API 发布或排期,含 ScrapeCreators 用于读取(搜索、版块详情、评论)
nirusan
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 352
下载
💾 0
安装
1
版本
#latest#marketing#posting#reddit#scraping

概述

Reddit Publisher

Research, draft, and publish Reddit posts that sound human.

Setup

ScrapeCreators (reading Reddit)

  1. Get an API key at scrapecreators.com
  2. Save it: mkdir -p ~/.config/scrapecreators && echo "YOUR_KEY" > ~/.config/scrapecreators/api_key && chmod 600 ~/.config/scrapecreators/api_key

Late (posting to Reddit)

  1. Get an API key at getlate.dev
  2. Connect your Reddit account in the Late dashboard
  3. Save the key: mkdir -p ~/.config/late && echo "YOUR_KEY" > ~/.config/late/api_key && chmod 600 ~/.config/late/api_key
  4. Find your Reddit account ID: python3 ./scripts/late_reddit.py accounts

Tooling

ScrapeCreators (READ Reddit)

# Search Reddit globally
python3 ./scripts/sc_reddit.py search --query "AI agent" --timeframe week

# Search within a subreddit
python3 ./scripts/sc_reddit.py subreddit-search --subreddit nocode --query "automation" --timeframe month

# Get subreddit details (size, description)
python3 ./scripts/sc_reddit.py subreddit-details --subreddit microsaas

# Get post + comments
python3 ./scripts/sc_reddit.py post-comments --url "https://www.reddit.com/r/.../comments/..."

# Search Reddit Ad Library
python3 ./scripts/sc_reddit.py ads-search --query "Notion"

Late (WRITE to Reddit)

# List connected Reddit accounts
python3 ./scripts/late_reddit.py accounts

# Validate subreddit exists
python3 ./scripts/late_reddit.py validate-subreddit --subreddit r/microsaas

# List available flairs
python3 ./scripts/late_reddit.py reddit-flairs --account-id <ACCOUNT_ID> --subreddit microsaas

# Post now
python3 ./scripts/late_reddit.py create-post --account-id <ACCOUNT_ID> --subreddit microsaas --title "My title" --body "My body"

# Schedule a post
python3 ./scripts/late_reddit.py create-post --account-id <ACCOUNT_ID> --subreddit microsaas --title "My title" --body "My body" --scheduled-for 2026-04-01T10:00:00Z

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
  • ./references/stop-slop/structures.md — patterns to avoid
  • ./references/stop-slop/examples.md — 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
  2. List flairs (Late) and pick one if required
  3. Keep first post in any sub low-risk (text post, no links in first paragraph)
  4. Many subreddits require flair — posts without flair get auto-removed
  5. 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 08:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,286
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,360 📥 318,618
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 713 📥 243,958