πŸ‘‰ n8n No Limits Access :

https://www.hostg.xyz/SHHAd

HΓ©bergement VPS n8n | Automatisation sΓ©curisΓ©e et Γ©volutive

coupon -15% : DRFIRAS15

πŸ‘‰ Formation n8n en FranΓ§ais

Formation n8n en FranΓ§ais : Automatisation & Agents IA

coupon -20% : LANCEMENT : HERE

πŸ‘‰ Blotato

Blotato

πŸ‘‰ AtlasCloud

AtlasCloud


🎬 Hacker News to video content with Blotato

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.

Workflow map

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)

βœ… Prerequisites & credentials

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.