Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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