Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:13:16.000Z (4 months ago)
- Last Synced: 2024-10-27T13:18:17.812Z (3 months 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