Real-Time Social Intelligence
A sophisticated automation engine that monitors high-signal X (Twitter) accounts and delivers cleaned, formatted insights to Telegram in real-time. This system eliminates manual scrolling and ensures critical market or niche updates are never missed.

The Challenge
Staying updated with market-moving information on X (Twitter) often requires manual scrolling through noise and constant tab-switching. For professionals tracking specific influencers or market indicators, this process is inefficient, prone to missing critical updates, and difficult to scale across multiple accounts. The goal was to eliminate manual monitoring by creating a system that "pushes" relevant data to the user immediately.
The Solution
I architected a sophisticated automation workflow using n8n that bridges social media intelligence with instant messaging. The system utilizes Apify’s advanced scraping actors to monitor a curated list of X profiles.
The workflow includes:
- Dynamic Scheduling: Triggers every 30-60 minutes to ensure data freshness.
- Intelligent Filtering: Custom JavaScript logic that filters out older content, only passing through tweets published within the last hour.
- Automated Account Management: Integrates with Google Sheets to track API usage and rotation, ensuring the system never exceeds credit limits.
- Professional Formatting: A custom code node cleans the raw data, escapes HTML for security, and formats the output into a clean, readable "Intelligence Report" for Telegram.
Key Results
- Zero Manual Effort: Eliminated the need for manual profile checking, saving hours of research time weekly.
- Real-Time Alerts: Critical updates are delivered to Telegram within minutes of being posted.
- Scalable Architecture: Built-in "Balance Check" logic prevents API overages by automatically switching or halting processes based on credit availability.
- High Readability: Transformed raw JSON data into structured HTML messages featuring engagement metrics (likes, reposts, views) and direct links.