Automatisation de Contes Enchantés pour Enfants sur Telegram

Ce workflow automatisé permet de générer et partager des contes captivants pour enfants via Telegram. En combinant l'intelligence artificielle d'OpenAI pour la création de contenu et la visualisation, il offre une expérience enrichissante aux jeunes lecteurs. Les histoires, accompagnées d'images et d'audio, sont partagées automatiquement toutes les 12 heures, assurant un flux constant de contenus éducatifs et divertissants. Ce processus simplifie la création de matériel pédagogique interactif pour les éducateurs et renforce l'engagement familial autour du récit.

69,851 vues
31,425 copies
Communication

Documentation Complète

📋 Automatisation de Contes Enchantés pour Enfants sur Telegram

💡 Description

Ce workflow automatisé permet de générer et partager des contes captivants pour enfants via Telegram. En combinant l'intelligence artificielle d'OpenAI pour la création de contenu et la visualisation, il offre une expérience enrichissante aux jeunes lecteurs. Les histoires, accompagnées d'images et d'audio, sont partagées automatiquement toutes les 12 heures, assurant un flux constant de contenus éducatifs et divertissants. Ce processus simplifie la création de matériel pédagogique interactif pour les éducateurs et renforce l'engagement familial autour du récit.

📈 Impact & ROI: Ce workflow améliore l'efficacité des créateurs de contenu en réduisant le temps consacré à la production manuelle des histoires, tout en augmentant l'engagement des utilisateurs grâce à un contenu régulier et attrayant.

🚀 Fonctionnalités Clés

  • ✅ Génération automatique de contes captivants
  • ✅ Partage d'histoires multimédia sur Telegram
  • ✅ Création d'images et d'audio via OpenAI
  • ✅ Activation planifiée toutes les 12 heures

📊 Architecture Technique

14
Nodes
9
Connexions
3
Services

🔌 Services Intégrés

OpenAITelegramn8n

🔧 Composition du Workflow

NodeTypeDescription
OpenAI Chat Model@n8n/n8n-nodes-langchain.lmChatOpenAiTraitement des données
Schedule TriggerscheduleTriggerTraitement des données
OpenAI Chat Model2@n8n/n8n-nodes-langchain.lmChatOpenAiTraitement des données
Sticky NotestickyNoteTraitement des données
Create a Prompt for DALL-E@n8n/n8n-nodes-langchain.chainSummarizationTraitement des données
Sticky Note1stickyNoteTraitement des données
Recursive Character Text Splitter@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitterDivision des données en plusieurs branches
Create a story@n8n/n8n-nodes-langchain.chainSummarizationTraitement des données
Generate Audio for the story@n8n/n8n-nodes-langchain.openAiTraitement des données
Generate a Picture for the story@n8n/n8n-nodes-langchain.openAiTraitement des données
Send Story TexttelegramTraitement des données
Send Audio for the storytelegramTraitement des données
Send Story PicturetelegramTraitement des données
ConfigsetTraitement des données

📖 Guide d'Implémentation

  1. Import du workflow: Téléchargez le fichier JSON et importez-le dans votre instance n8n
  2. Configuration des credentials: Configurez les accès pour chaque service utilisé
  3. Personnalisation: Adaptez les paramètres selon vos besoins spécifiques
  4. Test: Exécutez le workflow en mode test pour vérifier le bon fonctionnement
  5. Activation: Activez le workflow pour une exécution automatique

🏷️ Tags

automatisationcontes pour enfantsTelegram

Structure JSON

Voir le code JSON complet
{
    "meta": {
        "instanceId": "84ba6d895254e080ac2b4916d987aa66b000f88d4d919a6b9c76848f9b8a7616",
        "templateId": "2233"
    },
    "nodes": [
        {
            "id": "757a7e67-073a-4fa1-b571-2ddd147b35f6",
            "name": "OpenAI Chat Model",
            "type": "@n8n\/n8n-nodes-langchain.lmChatOpenAi",
            "position": [
                1000,
                1240
            ],
            "parameters": {
                "model": "gpt-3.5-turbo-16k-0613",
                "options": []
            },
            "credentials": {
                "openAiApi": {
                    "id": "kDo5LhPmHS2WQE0b",
                    "name": "OpenAi account"
                }
            },
            "typeVersion": 1
        },
        {
            "id": "761ed83a-2cfb-474a-b596-922e5a7e2717",
            "name": "Schedule Trigger",
            "type": "n8n-nodes-base.scheduleTrigger",
            "position": [
                660,
                1060
            ],
            "parameters": {
                "rule": {
                    "interval": [
                        {
                            "field": "hours",
                            "hoursInterval": 12
                        }
                    ]
                }
            },
            "typeVersion": 1.1
        },
        {
            "id": "41faf334-30d6-4cc0-9a94-9c486ec3fa6c",
            "name": "OpenAI Chat Model2",
            "type": "@n8n\/n8n-nodes-langchain.lmChatOpenAi",
            "position": [
                1520,
                1420
            ],
            "parameters": {
                "options": []
            },
            "credentials": {
                "openAiApi": {
                    "id": "kDo5LhPmHS2WQE0b",
                    "name": "OpenAi account"
                }
            },
            "typeVersion": 1
        },
        {
            "id": "d9ad0a3a-2ce6-4071-8262-8176b3eecf36",
            "name": "Sticky Note",
            "type": "n8n-nodes-base.stickyNote",
            "position": [
                1780,
                220
            ],
            "parameters": {
                "width": 1004.4263690337257,
                "height": 811.7188223885136,
                "content": "### Setting Up a Workflow for \"AI-Powered Children's English Storytelling on Telegram\"\n\nIn this guide, we will walk you through the process of setting up a workflow to create and share captivating children's stories using the provided configuration. Let's dive into the steps required to bring these imaginative tales to life on your Telegram channel:\n\n#### Steps to Setup the Workflow:\n1. **Import the Workflow:**\n   - Copy the provided workflow JSON configuration.\n   - In your n8n instance, go to Workflows and select \"Import from JSON.\"\n   - Paste the configuration and import the workflow.\n\n2. **Configure Node Credentials:**\n   - For nodes requiring API credentials (OpenAI and Telegram), create credentials with the appropriate API keys or tokens.\n\n3. **Set Node Parameters:**\n   - Modify node parameters as needed, such as chat IDs, prompts, and intervals.\n   - Change the chatId in Config node to the ID of the chat you want the story to be posted.\n\n4. **Ensure Data Flow:**\n   - Check the connections between nodes to ensure a smooth flow of data and actions.\n\n5. **Execute Once:**\n   - Activate the \"executeOnce\" option in nodes where necessary to trigger actions only once during setup.\n\n6. **Test the Workflow:**\n   - Run the workflow to verify that each node functions correctly and data is processed as expected.\n\n7. **Enable Recurring Triggers:**\n   - Confirm that the Schedule Trigger node is set to trigger the workflow at the desired interval (every 12 hours).\n\n8. **Initiate Workflow:**\n   - Once everything is configured correctly, activate the workflow to start generating and sharing children's stories on Telegram.\n\nBy following these steps meticulously, you can seamlessly establish and operate the workflow designed to create captivating children's stories for your audience. Embrace the power of automation to inspire young minds and foster a love for storytelling through engaging narratives shared on Telegram.\n"
            },
            "typeVersion": 1
        },
        {
            "id": "b550e4ff-167d-4b12-8dff-0511a435cd7c",
            "name": "Create a Prompt for DALL-E",
            "type": "@n8n\/n8n-nodes-langchain.chainSummarization",
            "position": [
                1500,
                1280
            ],
            "parameters": {
                "options": {
                    "summarizationMethodAndPrompts": {
                        "values": {
                            "prompt": "Summarize the characters in this story based on their appearance and describe them if they are humans or animals and how they look like and what kind of are they, the prompt should be no-text in the picture, make sure the text is free from any prohibited or inappropriate content:\n\n\n\n\"{text}\"\n\n\nCONCISE SUMMARY:",
                            "summarizationMethod": "stuff"
                        }
                    }
                }
            },
            "typeVersion": 2
        },
        {
            "id": "024a3615-9e90-4e47-81e3-21febfc2f0c9",
            "name": "Sticky Note1",
            "type": "n8n-nodes-base.stickyNote",
            "position": [
                380,
                240
            ],
            "parameters": {
                "width": 611.6882702103559,
                "height": 651.7145525871413,
                "content": "### Use Case for Setting Up a Workflow for Children's Stories\n\nCheck this example: [https:\/\/t.me\/st0ries95](https:\/\/t.me\/st0ries95)\n\n\nThe workflow for children's stories serves as a valuable tool for content creators, educators, and parents looking to engage children with imaginative and educational storytelling. Here are some key use cases for this workflow:\n\n1. **Content Creation:** The workflow streamlines the process of creating captivating children's stories by providing a structured framework and automation for story generation, audio creation, and image production.\n\n2. **Educational Resources:** Teachers can use this workflow to develop educational materials that incorporate storytelling to make learning more engaging and interactive for students.\n\n3. **Parental Engagement:** Parents can utilize the workflow to share personalized stories with their children, fostering a love for reading and creativity while bonding over shared storytelling experiences.\n\n4. **Community Building:** Organizations and community groups can leverage the workflow to create and share children's stories as a way to connect with their audience and promote literacy and creativity.\n\n5. **Inspiring Young Minds:** By automating the process of creating and sharing enchanting children's stories, this workflow aims to inspire young minds, spark imagination, and instill a passion for storytelling in children.\n\nOverall, the use case for this workflow extends to various settings where storytelling plays a significant role in engaging, educating, and entertaining children, making it a versatile tool for enhancing the storytelling experience.\n"
            },
            "typeVersion": 1
        },
        {
            "id": "11bfff09-33c6-48ab-b9e6-2e5349a87ca5",
            "name": "Recursive Character Text Splitter",
            "type": "@n8n\/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter",
            "position": [
                1160,
                1260
            ],
            "parameters": {
                "options": [],
                "chunkSize": 500,
                "chunkOverlap": 300
            },
            "typeVersion": 1
        },
        {
            "id": "9da21054-961e-4b7a-973e-1c180571ce92",
            "name": "Create a story",
            "type": "@n8n\/n8n-nodes-langchain.chainSummarization",
            "position": [
                1080,
                1060
            ],
            "parameters": {
                "options": {
                    "summarizationMethodAndPrompts": {
                        "values": {
                            "prompt": "Create a captivating short tale for kids, whisking them away to magical lands brimming with wisdom. Explore diverse themes in a fun and simple way, weaving in valuable messages. Dive into cultural adventures with lively language that sparks curiosity. Let your story inspire young minds through enchanting narratives that linger long after the last word. Begin crafting your imaginative tale now! (Approximately 900 characters)\n\n\n\"{text}\"\n\nCONCISE SUMMARY:",
                            "summarizationMethod": "stuff"
                        }
                    }
                },
                "chunkingMode": "advanced"
            },
            "executeOnce": true,
            "typeVersion": 2
        },
        {
            "id": "35579446-e11c-416b-b34a-b31e8461a1b3",
            "name": "Generate Audio for the story",
            "type": "@n8n\/n8n-nodes-langchain.openAi",
            "position": [
                1520,
                1060
            ],
            "parameters": {
                "input": "={{ $json.response.text }}",
                "options": [],
                "resource": "audio"
            },
            "credentials": {
                "openAiApi": {
                    "id": "kDo5LhPmHS2WQE0b",
                    "name": "OpenAi account"
                }
            },
            "executeOnce": true,
            "typeVersion": 1.3
        },
        {
            "id": "453d149f-a2a7-4fc9-ba3b-85b42df1c29b",
            "name": "Generate a Picture for the story",
            "type": "@n8n\/n8n-nodes-langchain.openAi",
            "position": [
                1840,
                1280
            ],
            "parameters": {
                "prompt": "=Produce an image ensuring that no text is generated within the visual content. {{ $json.response.text }}",
                "options": [],
                "resource": "image"
            },
            "credentials": {
                "openAiApi": {
                    "id": "kDo5LhPmHS2WQE0b",
                    "name": "OpenAi account"
                }
            },
            "typeVersion": 1.3
        },
        {
            "id": "8f324f12-b21e-4d0c-b7fa-5e2f93ba08aa",
            "name": "Send Story Text",
            "type": "n8n-nodes-base.telegram",
            "position": [
                1520,
                840
            ],
            "parameters": {
                "text": "={{ $json.response.text }}",
                "chatId": "={{ $('Config').item.json.chatId }}",
                "additionalFields": {
                    "appendAttribution": false
                }
            },
            "credentials": {
                "telegramApi": {
                    "id": "k3RE6o9brmFRFE9p",
                    "name": "Telegram account"
                }
            },
            "typeVersion": 1.1
        },
        {
            "id": "51a08f75-1c34-48a0-86de-b47e435ef618",
            "name": "Send Audio for the story",
            "type": "n8n-nodes-base.telegram",
            "position": [
                1720,
                1060
            ],
            "parameters": {
                "chatId": "={{ $('Config').item.json.chatId }}",
                "operation": "sendAudio",
                "binaryData": true,
                "additionalFields": {
                    "caption": "End of the Story for today ....."
                }
            },
            "credentials": {
                "telegramApi": {
                    "id": "k3RE6o9brmFRFE9p",
                    "name": "Telegram account"
                }
            },
            "typeVersion": 1.1
        },
        {
            "id": "3f890a4d-26ea-452a-8ed5-917282e8b0d8",
            "name": "Send Story Picture",
            "type": "n8n-nodes-base.telegram",
            "position": [
                2020,
                1280
            ],
            "parameters": {
                "chatId": "={{ $('Config').item.json.chatId }}",
                "operation": "sendPhoto",
                "binaryData": true,
                "additionalFields": []
            },
            "credentials": {
                "telegramApi": {
                    "id": "k3RE6o9brmFRFE9p",
                    "name": "Telegram account"
                }
            },
            "typeVersion": 1.1
        },
        {
            "id": "1cbec52c-b545-45df-885f-57c287f81017",
            "name": "Config",
            "type": "n8n-nodes-base.set",
            "position": [
                880,
                1060
            ],
            "parameters": {
                "options": [],
                "assignments": {
                    "assignments": [
                        {
                            "id": "327667cb-b5b0-4f6f-915c-544696ed8e5a",
                            "name": "chatId",
                            "type": "string",
                            "value": "-4170994782"
                        }
                    ]
                }
            },
            "typeVersion": 3.3
        }
    ],
    "pinData": [],
    "connections": {
        "Config": {
            "main": [
                [
                    {
                        "node": "Create a story",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Create a story": {
            "main": [
                [
                    {
                        "node": "Generate Audio for the story",
                        "type": "main",
                        "index": 0
                    },
                    {
                        "node": "Create a Prompt for DALL-E",
                        "type": "main",
                        "index": 0
                    },
                    {
                        "node": "Send Story Text",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Schedule Trigger": {
            "main": [
                [
                    {
                        "node": "Config",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenAI Chat Model": {
            "ai_languageModel": [
                [
                    {
                        "node": "Create a story",
                        "type": "ai_languageModel",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenAI Chat Model2": {
            "ai_languageModel": [
                [
                    {
                        "node": "Create a Prompt for DALL-E",
                        "type": "ai_languageModel",
                        "index": 0
                    }
                ]
            ]
        },
        "Create a Prompt for DALL-E": {
            "main": [
                [
                    {
                        "node": "Generate a Picture for the story",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Generate Audio for the story": {
            "main": [
                [
                    {
                        "node": "Send Audio for the story",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Generate a Picture for the story": {
            "main": [
                [
                    {
                        "node": "Send Story Picture",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Recursive Character Text Splitter": {
            "ai_textSplitter": [
                [
                    {
                        "node": "Create a story",
                        "type": "ai_textSplitter",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
                                

Workflows Similaires

Automatisez vos appels vocaux avec la synthèse vocale

Ce workflow n8n vous permet de transformer des messages texte en appels vocaux automatisés grâce à l'API ClickSend. I...

Automatisez vos Emails avec l'Agent IA Professionnel

Optimisez la gestion de vos emails grâce à ce workflow d'automatisation avancé. Conçu pour les entreprises cherchant...

Surveillez les Mentions Twitter avec RocketChat

Ce workflow automatise la surveillance des mentions Twitter de votre marque, en l'occurrence @n8n_io, et vous informe in...