- Receive real-time cryptocurrency news updates via Telegram.
- Analyze market sentiment based on the latest news articles.
- Summarize complex news into concise reports for easy understanding.
- Engage users with automated responses to their queries about cryptocurrencies.
User sends a message with a cryptocurrency or company name to the Telegram bot. The workflow captures the message and extracts the session ID for tracking. It sets a query to filter relevant news articles from multiple RSS feeds. The articles are merged and filtered based on the user's query. A prompt is built for OpenAI's language model to generate a summary and sentiment analysis. The generated response is formatted and sent back to the user on Telegram.
- 1Import the workflow template into n8n.
- 2Connect your Telegram bot by adding the bot token in the credentials.
- 3Add your OpenAI credentials for language model access.
- 4Customize the RSS feed URLs if needed.
- 5Activate the workflow and test by sending a message to the bot.