This workflow automates the creation of a daily sports podcast by fetching news from RSS feeds, generating a conversational script using AI, and producing a podcast-ready audio file.
The workflow begins by fetching the latest sports news from specified RSS feeds. It then uses Google Gemini to generate a digest and a two-person dialogue script. The script is converted into audio using Kokoro TTS, and the audio segments are merged into a single file with FFmpeg. Finally, the podcast is sent to a Telegram chat, providing a seamless, hands-free news briefing.
Platform
n8n
Category
Media & Entertainment
Price
Free
Creator
Gabriel Santos
if
set
code
merge
filter
telegram
stickyNote
httpRequest
rssFeedRead
readWriteFile
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.