HΓ©bergement VPS n8n | Automatisation sΓ©curisΓ©e et Γ©volutive
Formation n8n en FranΓ§ais : Automatisation & Agents IA
This course page lets you rebuild the workflow manually, node by node, live on camera. Every prompt, expression, JSON body and URL is in a copy-paste code block.
What the workflow does: it scans the Hacker News front page, one single OpenAI call picks the most exciting AI/automation story and writes a full video brief (cinematic prompt + title + caption + hashtags), AtlasCloud (Veo 3.1 Fast) generates a short vertical AI video with an automatic polling loop, and Blotato publishes the finished video to YouTube and TikTok, correctly flagged as AI-generated content.
Manual Trigger
β Configuration (Set)
β Fetch Hacker News front page
β Combine stories into one item (Aggregate)
β Pick best story and write video brief (Basic LLM Chain)
β OpenAI Chat Model (ai_languageModel)
β Video Brief Parser (ai_outputParser)
β Start AI video generation (HTTP β AtlasCloud)
β Wait before checking status (30s)
β Check video status (HTTP β AtlasCloud)
β Route on video status (Switch)
ββ completed β Prepare post content (Set)
β β Publish video to YouTube (Blotato)
β β Publish video to TikTok (Blotato)
ββ failed β Stop - video generation failed
ββ still processing β back to Wait (loop)
| Credential | Type in n8n | Where to get the key |
|---|---|---|
| OpenAi account | OpenAI API (openAiApi) | platform.openai.com β API keys. Paste the key in Credentials β New β OpenAI. Test by loading the model list. |
| AtlasCloud API | Header Auth (httpHeaderAuth) | Create an account on <a href="https://www.atlascloud.ai/?ref=8QKPJE">AtlasCloud</a> β API Keys. In n8n: Credentials β New β Header Auth. Name: Authorization / Value: Bearer YOUR_KEY. Test with the first workflow run. |
| Blotato account | Blotato API (blotatoApi) | Sign up on <a href="https://blotato.com/?ref=firas">Blotato</a>, connect your YouTube and TikTok accounts, then Settings β API β copy the key into n8n Credentials β New β Blotato API. |