workflows.fit
Back to n8n workflows
n8n templateFreeBy Don Jayamaha Jr

Analyze crypto news sentiment for any token with GPT-4o and Telegram alerts

A sentiment intelligence sub-agent for the Binance Spot Market Quant AI Agent. It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram-ready summary including m...

DevelopmentCore NodesAILangchainUtilityLm Chat Open AiSetAgent
Loading interactive preview...

Template notes

A sentiment intelligence sub-agent for the Binance Spot Market Quant AI Agent. It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram-ready summary including market sentiment and top headlines—powered by GPT-4o.

🎥 Live Demo: [![Click to Watch](https://img.youtube.com/vi/k9VuU2h5wwI/hqdefault.jpg)](https://youtu.be/k9VuU2h5wwI)

---

🛠️ Workflow Function

This tool performs the following steps:

| 🔧 Step | 📌 Description | | ------------------------ | ----------------------------------------------------------------------------- | | Webhook Input | Accepts { "message": "symbol" } via HTTP POST | | Crypto Keyword Extractor | GPT model extracts the valid crypto symbol (e.g., "SOL", "DOGE", "ETH") | | RSS News Aggregators | Pulls latest headlines from 9+ crypto sources (CoinDesk, Cointelegraph, etc.) | | Merge & Filter Articles | Keeps only articles containing the specified token | | Prompt Builder | Creates prompt for GPT with filtered headlines | | GPT-4o Summarizer | Summarizes news into 3-part response: Summary, Sentiment, Headline Links | | Telegram Formatter | Converts GPT output into a Telegram-friendly message | | Response Handler | Returns formatted message to the caller via webhook |

---

📥 Webhook Trigger Format