I need a self-running workflow that keeps my news site fresh without my daily intervention. The system must actively monitor social media platforms, chosen news websites, and a set of RSS feeds, detect breaking-news topics in real time, draft a concise blog post around each story, source a copyright-safe image, and hand the finished draft back to me for editorial sign-off rather than publishing it live. Ideally the solution draws on APIs or light scraping, uses natural-language generation so the copy reads naturally, and tags or categorises the article in a way WordPress (or any CMS you prefer to work with) recognises. A dashboard, email, or Slack notification that shows headline, excerpt, image preview, and an “approve” button would be perfect, but a simpler folder-based hand-off also works if it keeps the build lightweight. I’m happy with Python, Node.js, Zapier, Make, or a blend of serverless functions—whatever you’re strongest in, as long as setup remains portable and well documented. Deliverables: • Working automation that crawls the three source types, detects breaking news, composes the article, fetches an image, and queues the draft for approval • Clear configuration guide so I can add or remove feeds and keywords without touching code • Short video or live walk-through proving the workflow from trigger to hand-off The acceptance test is simple: I trigger the workflow, it returns at least one accurate breaking-news draft with headline, 300-500 word body, image, and meta tags, ready for my review.