
In Progress
Posted
Paid on delivery
I want to automate the entire flow of finding, rewriting, and posting breaking stories in my niche WordPress newsroom. The system needs to: • Continuously watch both Google News and selected RSS feeds for fresh headlines that match a keyword list I will supply. • Pull the full-text of each candidate story, strip boilerplate, and hand it to an LLM (GPT-4o, Claude, or similar) to rewrite with a clear, human editorial touch—no robotic phrasing, no plagiarism. • Automatically add an introductory line that credits the original outlet before the body copy begins. • Push the finished piece to WordPress through the REST API, setting the post to Draft or Publish based on a simple flag in the configuration. Ideal workflow: lightweight Python (or Node) microservice running on a VPS, cron or webhook triggered, Redis/SQLite for de-duping, and clean modular code so I can extend it later (extra feeds, different post types, etc.). Acceptance criteria: 1. End-to-end demo where a new story breaking on Google News or an RSS feed appears as a draft in WordPress within five minutes. 2. Rewritten copy passes originality checks and reads naturally. 3. Intro sentence clearly names the original source every time. 4. Config file lets me toggle draft/publish, add feeds, and adjust keyword filters without touching code. News Monitoring & Scraping: Set up reliable Google News RSS parameters and targeted source feeds to detect breaking news in real-time. Duplicate Prevention: Implement logic (hash checks, URL tracking, or vector similarity) to ensure the system never processes or publishes duplicate stories. High-Quality Human-Style AI Rewriting: Construct a master prompt/pipeline that rewrites the news using an Inverted Pyramid newsroom structure. The output must avoid AI clichés/buzzwords, sound like a professional beat reporter, and maintain strict factual accuracy. Source Attribution & Credit: Enforce strict rules within the AI prompt to give full, professional credit to the original breaking source (e.g., "As first reported by [Outlet]...") both in the body text and in a formatted HTML source box at the end of the post. WordPress Integration: Automatically output ready-to-publish HTML posts complete with formatted headlines, subheaders, categories, tags, and featured image handling via the WordPress REST API or native plugin integration. Error Handling & Quality Gate: Configure an initial review setup (saving as Draft / Pending Review) with automated alerts (Slack/Email) if an API call or feed fails.
Project ID: 40642549
334 proposals
Remote project
Active 1 min ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, I can build this news automation to monitor feeds, rewrite stories with AI, prevent duplicates, and publish clean drafts directly to WordPress. I have 3+ years of experience with Python, AI automation, APIs, and WordPress integrations, and can deliver a reliable, modular workflow with proper error handling. Best regards, Huzaifa
$130 USD in 7 days
5.4
5.4
334 freelancers are bidding on average $161 USD for this job

Hi, I can build this as a lightweight Python service connected to your WordPress site and set it up with feed monitoring, rewrite flow, duplicate checks, and auto-posting to draft/publish based on config. I like that your brief is specific, because it makes it practical to deliver a clean modular first version instead of something messy and overbuilt. I can also include the source-credit intro, HTML source box, and failure alerts as part of the workflow. If you want, I can start with the core pipeline first and structure it so future feeds and post types are easy to add.
$250 USD in 7 days
9.6
9.6

Hi, hope you're doing well! This is a well-scoped automation project and I'd love to build it for you. Here's my approach: Python microservice with cron triggers, Redis/SQLite deduplication, and a clean config file for feeds, keywords, and draft/publish toggle. GPT-4o rewriting pipeline using an Inverted Pyramid structure, avoiding AI clichés, with enforced source attribution and an HTML credit box. WordPress REST API integration pushing formatted posts with tags, categories, and featured image handling. Slack/email alerts for failed API calls or feed errors. A few questions to make sure I build this right: 1. Which niche or industry does your newsroom cover? This helps me tune the keyword filters and feed sources from the start. 2. Do you have a preferred LLM provider already set up, or should I design the pipeline to support multiple options with easy switching? 3. Should the system handle featured images automatically from the source article, or would you prefer posts go live without one until you add it manually? Looking forward to delivering a clean, extensible system that fits your workflow perfectly. Azeem Amin
$250 USD in 7 days
9.1
9.1

Hello, As someone who has been in the industry for over a decade, I have honed my skills in JavaScript, PHP, and particularly with WordPress, which will come to bear in automating your AI News Pipeline. My extensive experience with Laravel and Python, as well as my proficiency with REST APIs and automation technologies, makes me a perfect fit for this project. I understand that a key element of this system is avoiding duplication, hence I propose implementing foolproof logic to guarantee that no duplicate stories get processed or published. Additionally, my expertise in web scraping ensures that I can design a reliable monitoring system using Google News RSS parameters to deliver real-time breaking news to your doorstep. There are two aspects particularly demanding - source attribution and AI rewriting. Over the years, I've built a knack for carefully attributing articles while delivering high-quality rewriting through robust AI tools like GPT-40 and Claude. My prompt pipeline would avoid clichés and maintain strict factual accuracy - you can be assured the rewritten content from this pipeline will read naturally and professionally. With all this expertise, I am positive I can deliver on your acceptance criteria: end-to-end demo within five minutes, an error-free destination for all your news posts garnered from different platforms, draft/publish toggle options easily configurable through the config file and most importantly, ze Thanks!
$130 USD in 2 days
8.6
8.6

I propose building a Python or Node microservice system on a VPS to automate breaking news updates. Utilizing cron or webhooks, we will monitor Google News and RSS feeds with Redis/SQLite for de-duplication. An AI tool like GPT-4 will rewrite stories following a news structure, crediting sources. The system will feature a configurable file, duplicate prevention, and seamless WordPress integration with error handling. This collaborative approach ensures efficient newsroom automation.
$225 USD in 5 days
8.8
8.8

As an esteemed web and app development company, CnELIndia holds decades of experience in building bespoke digital solutions that cater to the clients' needs. We have a proven track record of client satisfaction with 743 successful projects appreciating our high-end skills in diverse platforms including AI and PHP. To enable seamless integration into Wordpress, our team can build a clean modular code that relies on the REST API for pushing the drafted copy without compromising quality. Our system will ensure you stay away from duplicate stories using robust methods like URL tracking or vector similarity checks. The highlight, however, is our unique capability to generate rewritten content maintaining perfect factual accuracy yet avoiding clichés/buzzwords thus giving a professional human touch. Finally, we offer continuous support post-deployment as needed for easy toggling between draft/publish settings or adjusting keyword filters in the configuration file without needing to touch the code at all. Let's make this happen together!
$140 USD in 7 days
9.1
9.1

With experience in developing automated content workflows, I understand your need to streamline finding, rewriting, and posting breaking stories in your WordPress newsroom. Leveraging my expertise in Python microservices and REST API integration, I can create a system that continuously monitors Google News and RSS feeds, rewrites content using advanced language models, and seamlessly publishes to WordPress. My question is: Are there specific keyword lists or editorial guidelines you'd like to incorporate to ensure the rewritten content aligns with your editorial style and tone? Regards, Yogesh Kumar
$60 USD in 10 days
8.5
8.5

Hi, do you already have the VPS, WordPress REST API credentials, and the initial Google News/RSS sources ready, or should I set up the complete infrastructure from scratch? I’ve read the full workflow and understand you need a reliable newsroom automation system that monitors breaking stories, filters duplicates, extracts relevant content, uses an LLM for natural editorial rewriting, enforces source attribution, and sends structured posts directly into WordPress. I can build this as a lightweight Python microservice with Redis/SQLite for deduplication, configurable feeds and keywords, GPT/Claude integration, WordPress REST API publishing, featured-image handling, categories/tags, and Draft/Publish controls. I’ll also include quality gates, error handling, Slack/email alerts, and logging so failed feeds or API calls never silently break the workflow. Best regards, Hafiz Anas
$178 USD in 1 day
8.4
8.4

Hi, I can develop a lightweight Python or Node microservice that monitors Google News and selected RSS feeds for your specified keywords. The system will rewrite selected stories using a high-quality LLM, ensuring they read naturally and credit the original source. It will push the finished draft or published posts to WordPress via REST API, with a simple configuration file for easy adjustments. Additionally, I’ll implement robust duplicate prevention measures and a reliable error handling system with notifications if any issues arise. With over 8+ years of experience in Python development and WordPress integration, I’m confident in delivering a solution that meets your needs. Let’s discuss further how I can help. Best Regards, Priyanka
$200 USD in 3 days
8.4
8.4

Setting up an automated news pipeline for a WordPress site requires a robust connection between your source feeds and the CMS to ensure content flows seamlessly without manual intervention. I can handle the backend logic to scrape data, process it through the necessary APIs, and post it directly to your WordPress installation while maintaining proper formatting and SEO structure. With 15 years of experience in PHP, JavaScript, and custom WordPress development, I regularly build automation systems that move beyond standard plugins. I understand how to manage server-side scripts and integrate third-party tools, which is essential for creating a reliable pipeline that keeps your news site updated with minimal overhead. I can complete this automation setup for $125.27 within 1 day. Let me know which news sources you are targeting so I can begin drafting the integration script immediately.
$125.27 USD in 1 day
8.1
8.1

Your WordPress newsroom needs a dependable end-to-end pipeline, not just an AI rewriting script. I will build a modular Python microservice that monitors Google News RSS queries and your selected RSS feeds, filters headlines against a configurable keyword list, extracts readable article text, removes boilerplate, and sends the content through GPT-4o or Claude with an inverted-pyramid editorial prompt. Each result will include a natural source-attribution sentence such as “As first reported by [Outlet]...” and a formatted HTML source box at the end. Redis or SQLite will track URLs, hashes, and processed stories to prevent duplicates. The service will generate the headline, subheaders, categories, tags, and available featured-image data, then create a Draft or Publish post through the WordPress REST API. A simple config file will control feeds, keywords, model settings, post status, categories, and polling frequency without code changes. I will also add structured logging and Slack/email alerts for feed, extraction, LLM, or WordPress API failures. I can provide the requested end-to-end test showing a new feed item reaching WordPress within five minutes. Should the initial workflow save every item as Draft, with Publish enabled only after your review? Muhammad Saad
$100 USD in 4 days
7.9
7.9

Hi, I understand you need a lightweight Python/Node service that monitors Google News RSS and selected feeds, filters stories by keywords, prevents duplicates, rewrites them using GPT/Claude, adds proper source attribution, and sends clean HTML posts to WordPress via REST API. I can build this with SQLite/Redis for tracking, configurable feeds/keywords and Draft/Publish settings, a strict newsroom-style rewriting prompt, WordPress categories/tags/featured images, and error alerts. I’ll also make the modules clean so additional feeds and post types can be added later. I have 10+ years of development experience and can deliver the end-to-end demo against your five-minute acceptance requirement. Thank you Regards, Sai
$150 USD in 5 days
8.0
8.0

Hi! I can build this as a lightweight, modular newsroom automation system that monitors breaking stories, processes them through an LLM, and delivers properly attributed content directly to your WordPress newsroom. ++ What I'll build: → News Monitoring — Google News RSS + selected RSS feeds with configurable keywords → Content Extraction — Full-text retrieval, boilerplate removal & source detection → AI Rewriting — GPT-4o/Claude pipeline using inverted-pyramid structure, natural editorial tone & factual preservation → Source Attribution — Automatic “As first reported by…” credit + formatted HTML source box → Duplicate Prevention — URL/hash tracking with Redis/SQLite and similarity checks where required → WordPress Integration — REST API publishing with HTML formatting, categories, tags & featured image handling → Publishing Control — Configurable Draft/Publish/Pending Review mode → Quality Gate — Validation, error handling and Slack/Email alerts for failures ++ Workflow: Monitor → Filter → Extract → Deduplicate → Rewrite → Validate → Attribute → WordPress → Alert/Review Why me: I specialize in AI automation, API integrations and workflow-driven systems, with a focus on clean architecture, reliability and easy future expansion. I can build the initial demo around your feeds and keywords, then optimize the pipeline to meet the 5-minute delivery target. Let's chat? — Abhishek
$140 USD in 7 days
8.4
8.4

⭐⭐⭐⭐⭐ Automate News Posting and Rewriting for Your WordPress Site ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and noticed you're looking for automation in your WordPress newsroom. Look no further; Zohaib is here to assist you! My team has successfully completed 50+ similar projects for WordPress automation. I will create a system that continuously monitors Google News and RSS feeds, rewrites stories with a human touch, and posts them to your site seamlessly. ➡️ Why Me? I can easily do your automation project as I have 5 years of experience in Python and Node.js development, specializing in web scraping, API integration, and automation. My expertise includes data processing, content rewriting, and WordPress integration. I also have a strong grip on database management and error handling to ensure a smooth workflow. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you! ➡️ Skills & Experience: ✅ Python Development ✅ Node.js Development ✅ Web Scraping ✅ API Integration ✅ WordPress REST API ✅ Data Processing ✅ Content Rewriting ✅ Error Handling ✅ Redis/SQLite ✅ Automated Alerts ✅ Real-time Monitoring ✅ Custom Configuration Waiting for your response! Best Regards, Zohaib
$150 USD in 2 days
8.0
8.0

Yes, I can build this as a lightweight, modular Python/Node + n8n/Python service that continuously monitors Google News RSS and selected feeds, filters stories by your keywords, and delivers qualified articles to WordPress within minutes. I will implement Redis/SQLite-based deduplication using URLs, hashes, and similarity checks to prevent duplicate processing. Approved stories will be cleaned and passed through GPT-4o/Claude with a carefully structured editorial prompt focused on factual accuracy, inverted-pyramid structure, natural language, and clear source attribution rather than simply paraphrasing copyrighted text. The pipeline will generate formatted HTML with headline, subheads, categories, tags, attribution/source box, and optional featured-image handling, then publish via the WordPress REST API as Draft or Publish based on configuration. I will also add robust API/feed error handling, logging, retries, and S-lack/e-mail alerts. Feeds, keywords, publishing mode, and other settings will be configurable without code changes. I will test the complete workflow end-to-end and provide clean, extensible documentation.
$250 USD in 7 days
7.7
7.7

Looks like you need a fully automated news pipeline that watches feeds, rewrites with AI, and pushes to WordPress. I've built similar automation flows before, so I can handle the Python service, WordPress REST API, and de-duping logic cleanly. I'd start with a quick end-to-end demo so you can see it working. Unlimited revisions until you're completely satisfied. Let me know if you'd like to start with a small piece of the demo work to see how we work together. I'm available to start immediately and would be happy to discuss your requirements in detail. Best Regards, Azad
$150 USD in 6 days
7.8
7.8

Utilizing my extensive experience and skills in JavaScript, PHP, and wordpress, I am the ideal fit for your AI News Pipeline Automation project. I have a proven track record of developing efficient and reliable web services with a keen focus on providing creative and practical WordPress solutions. Over the years, I have honed my skills to ensure that projects I deliver are tailored to meet the specific needs of my clients. Regarding news monitoring and scraping, I am quite adept at setting up reliable Google News RSS parameters and targeted source feeds to identify breaking news in real-time. Duplication prevention is another key area where I excel using logic checks such as hash tracking, URL comparisons or vector similarity analyses. My expertise also extends to the domain of AI rewriting where I construct a master prompt/pipeline to rewrite news adhering to Inverted Pyramid structure eliminating clichés/buzzwords while sounding like a professional reporter. Source attribution will be strictly enforced so that full credit goes to the original source making use of formatted HTML source box.
$140 USD in 7 days
7.7
7.7

Hi, I build exactly this kind of pipeline: a Python service that watches Google News + your chosen RSS feeds on a short polling loop against your keyword list, pulls full article text (trafilatura/newspaper3k for clean boilerplate stripping), rewrites it through an LLM with your tone/structure prompt (headline, dek, body, tags — original wording, no near-duplicate output), auto-selects or generates a featured image, and publishes to WordPress via the REST API as draft or live per your preference. Details that make it production-grade: per-source dedupe so the same story from two feeds doesn't post twice; a seen-URL database so nothing repeats; category/tag mapping from your keyword list; scheduling throttle so posts space out naturally; error logging with alerts if a feed dies or publishing fails; and an admin config file (keywords, feeds, post frequency, draft-vs-publish) you can edit without code. Runs on your server or a $5 VPS via cron/systemd — no monthly SaaS fees. WordPress + Python automation developer since 2017 on Freelancer (4.9 stars, 87 reviews, 96% on-time) with scraping/LLM pipeline work in my portfolio. $148 / 10 days including setup on your server, a test run in your niche, and handover docs. Which LLM do you prefer for rewriting (OpenAI, Claude, or a local model to cut cost), and should posts go live automatically or queue as drafts for review?
$148 USD in 10 days
7.8
7.8

Hello, I’ve carefully reviewed your newsroom automation requirements and understand that the goal is a complete breaking-news pipeline, from detecting relevant stories to producing attributed, quality-checked WordPress drafts within five minutes. I’ll build this as a modular Python microservice where each stage is isolated and testable, making future feeds, AI providers, and post types easy to add. I’ll configure Google News RSS and selected feeds with keyword filtering, then use BeautifulSoup to extract and clean article content. SQLite/Redis will track URLs, hashes, and processed stories to prevent duplicates. The LLM pipeline will use GPT-4o or Claude with structured prompts for factual preservation, Inverted Pyramid formatting, natural editorial tone, mandatory source attribution, and originality checks. The WordPress REST API will create formatted HTML posts with categories, tags, and featured images, while Draft/Publish mode remains configurable. You’ll receive the complete deployable microservice, configuration files for feeds, keywords and publishing mode, WordPress integration, deduplication system, error handling, and a tested end-to-end workflow ready for ongoing use. Could you confirm your preferred LLM and VPS environment? Which Google News keywords and RSS sources should be monitored? Do you want stories initially saved as Draft? Let’s discuss the setup so I can map the workflow and deliver a reliable end-to-end system. Best Regards, Rabia Shaikh
$100 USD in 1 day
7.2
7.2

I understand you're looking to automate the flow of finding, rewriting, and posting breaking stories for your WordPress newsroom. The integration with Google News and RSS feeds is crucial to ensure timely updates, and I can set up a lightweight Python microservice to handle this efficiently. For the rewriting process, I’ll create a master prompt that adheres to the Inverted Pyramid structure, ensuring the output is both original and reads like a professional journalist. I'll also implement a robust duplicate prevention mechanism using hash checks and URL tracking to avoid processing the same story multiple times. The workflow will include a configuration file that allows you to toggle between draft and publish modes, add new feeds, and adjust keyword filters without needing to modify the code. This will ensure flexibility as your needs evolve. I’m ready to get started on this right away and deliver a system that meets all your acceptance criteria seamlessly. Rajavel Python Developer | WordPress Integration | AI Automation
$49 USD in 10 days
7.4
7.4

Youssef, Full-Time Python Developer specializing in automated data extraction and AI-driven content pipelines. Your goal is a complete automation flow from Google News/RSS monitoring to human-like rewritten posts on WordPress. I will build a lightweight Python microservice for your VPS. It will use Scrapy for reliable feed monitoring and text extraction, then pass clean article text through a carefully crafted GPT-4o prompt for inverted pyramid rewriting that avoids AI clichés. A deduplication layer using URL hashes in SQLite will prevent repeats. The final step is pushing the formatted HTML, with mandatory source attribution and a featured image, to WordPress via its REST API, setting the post status based on your config flag. I have built several similar automated news aggregation and posting systems. What is the primary news niche or keyword list you will be targeting? Ready to start immediately.
$250 USD in 1 day
7.4
7.4

San Antonio, United States
Payment method verified
Member since Dec 15, 2024
$200-300 USD
$30-250 USD
$30-250 USD
$250-500 USD
$30-70 USD
$10-30 USD
min $50 USD / hour
₹600-1500 INR
$15-25 USD / hour
₹12500-37500 INR
₹750-1250 INR / hour
$15-25 USD / hour
$10-30 USD
₹12500-37500 INR
₹750-1250 INR / hour
$30-250 USD
£1000-100000 GBP
$30-250 USD
₹600-1500 INR
$10-30 USD
£250-750 GBP
$250-750 CAD
₹1500-12500 INR
$30-250 USD
₹12500-37500 INR