This n8n workflow automates the process of monitoring a specific YouTube channel for new videos, extracting and summarizing their captions using AI, and then sharing these summaries with a Discord community. The workflow begins with an RSS feed trigger that checks for new videos every minute. It then retrieves caption data with Google API, filters for English captions, and downloads the captions as text. Using ChatGPT, it generates a brief three-point summary of the video’s content. Finally, it posts an engaging message with the video link and AI-generated summary to a Discord channel. This workflow is ideal for YouTube content creators or community managers looking to keep their audience informed and engaged with minimal manual effort, especially in educational, tech, or marketing contexts.
Automated YouTube Video Summaries Dispatched to Discord
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.openAi, discord, extractFromFile, httpRequest, rssFeedReadTrigger, set, stickyNote |
Reviews
There are no reviews yet.