Automated Telegram Story Generator with AI
detail.loadingPreview
Create engaging children's stories with AI-generated text, images, and audio, and automatically post them to Telegram. This workflow uses OpenAI and Langchain nodes to craft narratives, generate visuals, and produce audio, then leverages Telegram nodes for seamless distribution.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow automates the creation and distribution of children's stories, complete with text, imagery, and audio, directly to a Telegram channel. It leverages the power of AI through OpenAI's models for text generation, summarization, image creation (DALL-E), and audio synthesis. Langchain nodes are used for text splitting and prompt engineering, ensuring a cohesive narrative and visually appealing output. The workflow is triggered by a schedule, making it ideal for consistent content delivery. The primary goal is to simplify the process of producing engaging, multimedia-rich stories for a young audience, saving creators significant time and effort.
Key Features
- AI-powered story text generation and summarization.
- Automatic generation of relevant images using DALL-E, ensuring no text appears in the visuals.
- Text-to-speech conversion for audio versions of the stories.
- Automated posting of story text, images, and audio to a specified Telegram channel.
- Customizable story content through prompt engineering with OpenAI models.
- Scheduled execution for regular content updates.
How To Use
- Configure OpenAI Credentials: Ensure your OpenAI API key is correctly set up in n8n.
- Set Schedule Trigger: Define how often you want the story generation process to run (e.g., daily, weekly) in the 'Schedule Trigger' node.
- Customize Story Prompts: Modify the prompts in the 'OpenAI Chat Model' nodes and 'Create a Prompt for DALL-E' node to influence the story content, characters, and desired image style. For example, you can specify themes or target age groups.
- Adjust Text Splitting: Configure the 'Recursive Character Text Splitter' node if your stories are very long to ensure optimal processing by the AI models.
- Set Telegram Credentials and Channel ID: Input your Telegram bot token and the target chat ID in the 'Send the Story To Channel', 'Send Image to the Channel', and 'Send Audio to the Channel' nodes.
- Review and Test: Run the workflow manually or wait for the scheduled trigger to test the story generation and posting process.
Apps Used
Workflow JSON
{
"id": "f5cfaf88-a845-4045-a93d-7034d430b0ef",
"name": "Automated Telegram Story Generator with AI",
"nodes": 0,
"category": "AI Content Generation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: f5cfaf88-a845...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automated Bigfoot YouTube Video Script Generation with AI
This workflow uses a form trigger and an AI model (Claude 4 Sonnet) to generate detailed YouTube video scripts for a 'Bigfoot' character. It solves the problem of creating consistent, character-driven video content efficiently.
eCommerce UGC Video Generator: Persona & Script Creation
This workflow generates a detailed customer persona based on a product image and then creates a 12-second UGC video script. It uses an AI node to analyze the product and a Langchain node for script generation.