This workflow automates the process of converting RSS feed articles into audio content, suitable for creating podcasts or audio summaries. It begins by monitoring an RSS feed for new articles. When a new article is detected, the workflow extracts and cleans the article data. The cleaned text is then converted into speech using Eleven Labs API, producing an audio file. The audio is uploaded to Google Drive for storage. Subsequently, metadata such as title, description, and tags are generated using GPT-4 via LangChain, facilitating organized content management. All relevant information, including URLs, titles, descriptions, and status, is logged into a Google Sheet for record-keeping. Optionally, the workflow can notify team members via email or Slack about the new audio content, making it ideal for content creators, podcasters, and teams looking to automate audio content production from RSS feeds.
Automated Podcast Creation from RSS Feeds
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @elevenlabs/n8n-nodes-elevenlabs.elevenLabs, @n8n/n8n-nodes-langchain.openAi, gmail, googleDrive, googleSheets, if, rssFeedReadTrigger, set, slack, stickyNote |
Reviews
There are no reviews yet.