🎬 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.

View All Scrapers

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:

  1. YouTube RSS Trigger β€” monitors a specific channel’s RSS feed.
  2. HTTP Request via RapidAPI β€” fetches the video transcript (supports both English & Japanese).
  3. Code Node β€” merges segmented transcript text into one clean string.
  4. OpenAI (GPT-4o-mini) β€” generates a natural-sounding, 3-line Japanese summary.
  5. Slack Message β€” posts the title, link, and generated summary to #youtube-summary.

βš™οΈ Requirements

🧩 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

πŸ“– Importing guide Β· πŸ”‘ Credential setup