https://github.com/varun-verma-code/podcast-feed
Create a podcast feed using YAML, Python and Docker
https://github.com/varun-verma-code/podcast-feed
Last synced: about 1 year ago
JSON representation
Create a podcast feed using YAML, Python and Docker
- Host: GitHub
- URL: https://github.com/varun-verma-code/podcast-feed
- Owner: varun-verma-code
- Created: 2024-09-30T21:39:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:13:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T05:19:29.473Z (over 1 year ago)
- Language: Python
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a RSS file from YAML
- Use a python script to convert YAML into RSS file.
- Ensure Podcast requirements are met as per https://podcasters.apple.com/support/823-podcast-requirements
- Setup GitHub Actions to ensure the RSS feed is updated every time the YAML file is checked in. i.e. the Python script to convert the YAML to XML is executed, and the code is published to master