This n8n workflow creates an automated system that handles YouTube-related questions submitted via a Discord webhook and provides responses through AI-powered language models, then sends the reply back to Discord. The workflow begins with a webhook that captures incoming messages, especially questions related to YouTube videos from Discord users. It leverages an AI language model, specifically Google Gemini, to generate insightful answers possibly using transcripts of YouTube videos for more context. A memory buffer stores recent interactions to maintain conversational context. The AI response is then processed through a code node for proper formatting before being sent back to Discord, ensuring users receive accurate and relevant replies in real time. This setup is useful for managing interactive, AI-driven Q&A channels on Discord, especially when centered around YouTube content or podcasts.
Automated YouTube Query Bot for Discord
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatGoogleGemini, @n8n/n8n-nodes-langchain.memoryBufferWindow, code, respondToWebhook, webhook |
Reviews
There are no reviews yet.