Contra - A professional network for the jobs and skills of the futureAutomated News Post Pipeline: Boost Engagement via Ukrnet News
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started
Threads Automation Pipeline for News Posting via Ukrnet
I built a lightweight Threads automation pipeline that turns daily updates from the Ukrnet news aggregator into engaging social posts. The goal of this experimental content pipeline automation was to see how the platform reacts to regular, high-quality news content without the need for constant manual intervention. By combining prompt engineering with the official Threads API, I created a system that runs steadily and efficiently. In its very first week, the MVP reached nearly two hundred thousand views, proving that automated news posting can generate real engagement and viral reach when executed correctly.
The workflow begins by pulling a fresh list of stories from the news aggregator and running a deduplication check against a small internal database to prevent repetitive posts. Because raw web pages are too inconsistent for direct language model processing, I implemented an article to markdown normalization layer to clean and standardize the text. The system then evaluates the normalized content, selecting the most socially sharp and attention-worthy stories. From there, it generates a short, engaging post relying heavily on structured JSON output. This payload includes a social hook, the main post body, and an optional image url, making the data highly stable for downstream integrations.
Before any social media automation goes live, it passes through a practical human in the loop control point. The generated draft is sent to Telegram, where I can either approve it for immediate release or reject it with specific feedback. If rejected, the pipeline automatically runs another generation cycle incorporating those notes. Once approved, the post is published directly through the official Threads API. The schedule runs autonomously, pushing news updates every few hours to capture different segments of the daily audience.
A major engineering takeaway from this n8n automation project was the critical importance of cost optimization and output stability. I initially tested older language models, but frequent formatting failures caused pipeline breaks and wasted tokens through forced regenerations. Switching to Gemini Flash drastically reduced these errors, ensuring reliable structured JSON output and significantly lowering the effective cost per run. This self hosted setup proved that a well designed Threads automation system does not just blindly post content, but actively frames narratives that capture audience attention and drive consistent social growth.
Post image
Post image
Post image
Post image
Back to feed
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started