AI podcast generator with RSS feed & ElevenLabs voice
π§ Overview This n8n automation turns any RSS feed into a spoken podcast episode, using OpenAI for summarization and ElevenLabs for voice generation. The final audio is then sent straight to your Telegram for instant ...
Template notes
π§ Overview This n8n automation turns any RSS feed into a spoken podcast episode, using OpenAI for summarization and ElevenLabs for voice generation. The final audio is then sent straight to your Telegram for instant publishing or listening.
π Works with both self-hosted and cloud-based n8n instances. No-code podcasting made simple. π₯ Who is this for? Podcasters & creators who want to automate content News curators or newsletter writers Agencies turning articles into daily voice updates Anyone who wants to voice AI-generated summaries and distribute via Telegram π What this workflow automates π‘ Pulls the latest article from your chosen RSS feed π§ Uses OpenAI to summarize or rewrite the article π£οΈ Generates a natural-sounding podcast using ElevenLabs π² Sends the audio file to your Telegram inbox π§° What Youβll Need π RSS feed link (any source of fresh content) π ElevenLabs API key (for voice generation) π§ OpenAI API key (for summarization or rewriting) π¬ Telegram Bot Token & your personal Chat ID (to receive the audio) π οΈ Setup Instructions Step 1: Get Your Chat ID & Telegram Bot Token
Open Telegram Search for @BotFather Create a new bot β Copy the token Search for @userinfobot β Copy your chat ID Save both for use in the Telegram node Step 2: Create/Open an ElevenLabs Account
Go to https://www.elevenlabs.io Copy your API key from the dashboard Choose your voice (the voice ID will be used in the workflow) Ensure your plan supports audio generation (free tier includes monthly usage) Step 3: Generate an OpenAI API Key
Log in to https://platform.openai.com Generate your API key Use GPT-4 or GPT-3.5 for best results Step 4: Configure Credentials in n8n
In n8n β Settings β Credentials, set up:
OpenAI API β Add your key HTTP Header Auth β For ElevenLabs Telegram Bot β Add your token Step 5: Import and Configure the Workflow
Go to n8n β Workflows β Import Upload your .json file In the RSS node, replace the default link with your own feed Update the ElevenLabs node with: Your API key Voice ID Update Telegram node with: Your bot token Your personal chat ID π§© Customization Tips Change the Feed Source