This workflow automates crypto news aggregation and sentiment analysis via Telegram, replacing manual market monitoring. Users query crypto symbols; it fetches news from 9 RSS feeds, filters relevant articles, analyzes sentiment with OpenAI, and responds with summaries. Key nodes include Telegram Trigger for queries, RSS Feed Read for sources (e.g., Cointelegraph, CoinDesk), Code for keyword extraction/filtering, OpenAI for analysis, and Telegram for formatted responses. It saves 5-7 hours weekly for traders/investors (1-10 people) tracking 20+ assets daily, ideal for fintech enthusiasts or small trading firms needing real-time insights. Saves 5-7 hours weekly on crypto monitoring. Suits individual traders or small firms (1-20 people). Requires Telegram (free), OpenAI (~$10/month), n8n (~$20/month). Scalable to 100 queries/day, limited by RSS/API quotas. Install n8n via cloud.n8n.io. Create Telegram bot via BotFather for API token. Obtain OpenAI key from platform.openai.com (API Keys). Configure Telegram Trigger webhook (e.g., https://your-n8n-instance/webhook/37a1f055-1670-472d-9850-d89555b7ed47). Set OpenAI node to gpt-4o with temperature 0.7. Use Code nodes for query formatting and news filtering. Test with Telegram message 'BTC news'. Handle errors: invalid token—regenerate via BotFather; rate limits—reduce RSS limits. Activate workflow in n8n. Monitor Telegram responses. Optimize by adding RSS sources or caching filtered news.", "businessValue": "Saves 5-7 hours/week tracking crypto news", "setupTime": "30-45 minutes", "difficulty": "Intermediate", "requirements": ["Telegram (free), OpenAI (~$10/month), n8n (~$20/month)", "Telegram API token, OpenAI API key", "Basic Telegram bot and RSS knowledge"], "useCase": "Automating crypto news sentiment analysis"
$6.99
Workflow steps: 25
Integrated apps: telegramTrigger, if, set