Inizia
X Breaking-News Auto-Post System Kit

X Breaking-News Auto-Post System Kit

Build a production system that collects breaking news (RSS + watched accounts), triages it, summarizes with AI, and auto-posts to X (Twitter) with policy-awareness, duplicate prevention, and near-exactly-once control. Includes jittered post intervals, title-similarity suppression, event_key clustering, SQLite as the source of truth, and watchdog recovery. Not just a posting script — a long-running system with misfire prevention and fault recovery.
#Social media
Valutazione
Servono altre valutazioni
Venduti
0
Come si usa
Scarica

X Breaking-News Auto-Post System Kit

Build news collection → triage → summary → auto-post to X with reliability, misfire prevention, duplicate prevention, policy-awareness, and fail-safes first.

Who it's for

  • People running a news/market account on X (Twitter)
  • Anyone worried about bans or spam flags from automation
  • Anyone who must prevent duplicate or double posts

Design principles

  • Triage layer scores post value (quality over volume; protects the account)
  • Spam avoidance: caps, 15–30 min intervals with jitter, URL/title-similarity suppression, topic TTL, event_key clustering
  • Near-exactly-once: SQLite as source of truth, pending → posted to prevent double posts
  • Policy-aware: no assertions/advice, fixed disclaimer, no source copying, no trend-jacking
  • Recovery: watchdog liveness monitoring + logs/DB to explain why each post did/didn't go out

Bundled

  • references/post_templates.md — post templates + a pre-post compliance checklist

Non-Goals

No trade advice, no recommendation as fact, no trend-jacking, no unlimited auto-replies, no article reproduction.