A Flask app to generate a YouTube channel RSS feed from the channel URL.
The Flask app is built to run in a Docker container. Follow the steps below to get started.
docker build -t ytrss:latest .
cp docker-compose.yml.default docker-compose.yml
docker compose up -dRemember to change the SECRET_KEY environment variable in the docker-compose.yml file. The app will be accessible on 0.0.0.0:5005.
Distributed under the MIT License, see LICENSE for more information.