Skip to content

Create a working RSS feed (for your podcatcher) to turn a youtube channel into an audio podcast

License

Notifications You must be signed in to change notification settings

jaredkoontz/yt_feed

Repository files navigation

yt_feed

Create a working RSS feed (for your podcatcher) to turn a YouTube channel into a podcast.

yt_feed Docker

User Instructions

Hosting

Pre-reqs

You'll need a YouTube api key.

Docker

We publish a docker container that contains the latest code at ghcr.io/jaredkoontz/yt_feed:main.

docker run\
 -e YOUTUBE_API_KEY="your_key_here"\
 -e DOMAIN="your_domain_here"\
 -p 80:80\
 --rm -d\
 ghcr.io/jaredkoontz/yt_feed:main

Ensure it is running

curl localhost

Local Run

Currently running on python:3.12

  1. Install uv
  2. sync envirornment uv sync
  3. run flask app YOUTUBE_API_KEY=some_key DOMAIN=your_domain && uv run python wsgi.py

Ensure it is running

curl localhost:5446

About

Create a working RSS feed (for your podcatcher) to turn a youtube channel into an audio podcast

Topics

Resources

License

Stars

Watchers

Forks

Packages