Automate Hacker News to Video with AI & RunwayML
detail.loadingPreview
Turn trending Hacker News articles into engaging videos automatically! This workflow uses OpenAI for summarization and RunwayML for video generation. Save hours and boost content.
🚀Ready to Deploy This Workflow?
About This Workflow
How it works
This workflow automates the creation of video content from trending Hacker News articles. It begins by fetching articles from Hacker News. An AI agent (using OpenAI) then analyzes the article to determine if it's relevant to automation or AI, generates a summary, and extracts relevant image URLs. If the article is deemed relevant, the workflow proceeds to enhance prompts using Leonardo.AI, generate images, create videos using RunwayML's image-to-video API, and finally offers options to upload the video to cloud storage (Minio, Dropbox, Google Drive, OneDrive) or share on social media (YouTube, X, Instagram, LinkedIn).
Key Features
- Fetches trending articles from Hacker News.
- AI-powered article summarization and relevance scoring (OpenAI).
- Image generation and prompt enhancement (Leonardo.AI).
- Automated video creation from images (RunwayML).
- Multiple cloud storage and social media integration options.
How To Use
- Trigger: Manually test the workflow or set up a Cron node for scheduled execution.
- Hacker News: Configure the Hacker News node to fetch articles (e.g., 'all' for top stories).
- Article Analysis: Set up the OpenAI agent node (
@n8n/n8n-nodes-langchain.agent) to analyze the article content. Ensure your OpenAI API key is configured. - Image Analysis (Optional): If image URLs are extracted, the
OpenAInode (@n8n/n8n-nodes-langchain.openAi) can further analyze them. - Image Generation: Configure the Leonardo.AI nodes (
n8n-nodes-base.httpRequest) for prompt improvement and image generation. You will need Leonardo.AI API credentials. - Video Creation: Set up the RunwayML
httpRequestnodes for image-to-video conversion. This requires RunwayML API credentials and a suitable model. - Wait Steps: Adjust
waitnodes to allow for API processing times. - Output/Storage: Configure the desired output nodes like Minio, Dropbox, Google Drive, OneDrive, YouTube, etc., with the necessary credentials.
Apps Used
Workflow JSON
{
"id": "6ff58dab-6186-4938-85c4-defdbf214c59",
"name": "Automate Hacker News to Video with AI & RunwayML",
"nodes": 0,
"category": "AI & LLM",
"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: 6ff58dab-6186...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Build an AI Travel Assistant with Google Drive & OpenAI
Create a custom OpenAI AI Assistant that leverages your Google Drive documents for travel planning. Automate travel advice and responses.