This workflow creates a versatile Telegram bot that automates responses for help requests, article summarization, and image generation commands. It listens for incoming Telegram messages and routes commands based on their prefixes (/help, /summary, /img). When a user requests help, it replies with usage instructions. For /summary commands, the bot fetches web page HTML, extracts the main article content, and uses OpenAI to produce a concise bullet-point summary, which is then sent back to the user. For /img commands, it forwards prompts to an image generation API, acknowledges receipt, and informs the user that the image is being created. This workflow demonstrates a practical integration for automating content summaries and creative image generation via Telegram, ideal for content creators, researchers, and customer support automation.
Automated Telegram Bot for Content Summarization and Image Generation
| Node Count | >20 Nodes |
|---|---|
| Nodes Used | @n8n/n8n-nodes-langchain.openAi, html, httpRequest, if, stickyNote, telegram, telegramTrigger |

Reviews
There are no reviews yet.