π¬ Auto summarize YouTube videos to Japanese with GPT-4o-mini & post to Slack
β‘ 121 views Β· π¬ Content Creation & Video
π‘ Pro Tip β YouTubeβs API quotas can be a bottleneck when youβre pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β no quota limits, just structured data.
Description
π‘ How It Works
This workflow automatically detects new YouTube uploads, retrieves their transcripts, summarizes them in Japanese using GPT-4 o mini, and posts the results to a selected Slack channel. Itβs ideal for teams who follow multiple creators, internal training playlists, or corporate webinars and want concise Japanese summaries in Slack without manual work.
Hereβs the flow at a glance:
- YouTube RSS Trigger β monitors a specific channelβs RSS feed.
- HTTP Request via RapidAPI β fetches the video transcript (supports both English & Japanese).
- Code Node β merges segmented transcript text into one clean string.
- OpenAI (GPT-4o-mini) β generates a natural-sounding, 3-line Japanese summary.
- Slack Message β posts the title, link, and generated summary to #youtube-summary.
βοΈ Requirements
- n8n (v1.60 or later)
- RapidAPI account + [youtube-transcript3 API key]
- OpenAI API key (GPT-4o-mini recommended)
- Slack workspace with OAuth connection
π§© Setup Instructions
1.Replace YOUR_RAPIDAPI_KEY_HERE with your own RapidAPI key. 2.Add your OpenAI Credential under Credentials β OpenAI. 3.Set your target Slack channel (e.g., #youtube-summary). 4.Enter the YouTube channel ID in the RSS Trigger node. 5.Activate the workflow and test with a recent video.
ποΈ Customization Tips
Modify the OpenAI prompt to change summary length or tone.
Duplicate the RSS Trigger for multiple channels β merge before summarization.
Localize Slack messages using Japanese or English templates.
π Use Case
Perfect for marketing teams, content curators, and knowledge managers who want to stay updated on YouTube content in Japanese without leaving Slack.
π Nodes Used
HTTP Request, Slack, RSS Feed Trigger, OpenAI
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File