Publishes RSS feeds with the last 10 episodes of every configured podcast, without delay. For personal use.
Go to this page for a list of available feeds.
New podcasts are discovered automatically. Changes are listed here.
Some additional feeds include all episodes, such as Radioresepsjonen, Tazte Priv, etc.
- Runs once a day
- Auto-configures which podcasts to fetch
- Reduces API load and pipeline execution time
- Runs every hour
- Fetches new episodes and adds them to RSS feeds
Feel free to open a pull request or create an issue.
Instructions
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install pytest
pytest -v --disable-warnings --log-cli-level=DEBUG
python3 generate_feeds.py