{"id":15090048,"url":"https://github.com/lilly-mbrendel/podcast-generator","last_synced_at":"2026-01-04T19:01:59.434Z","repository":{"id":255135251,"uuid":"848646994","full_name":"lilly-mbrendel/podcast-generator","owner":"lilly-mbrendel","description":"Testing of github action automation using a podcast  RSS update usecase. Generates podcast feeds using YAML, hosted in GitHub pages","archived":false,"fork":false,"pushed_at":"2024-08-28T08:42:45.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T11:12:42.587Z","etag":null,"topics":["actions","feed","github-actions","podcast","python","rss","xml"],"latest_commit_sha":null,"homepage":"https://lilly-mbrendel.github.io/podcast-test","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lilly-mbrendel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T06:28:11.000Z","updated_at":"2024-08-28T08:42:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd3a7a0a-aadc-4989-a41a-4fb48aefc223","html_url":"https://github.com/lilly-mbrendel/podcast-generator","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"0ad3385cedce04ac94fbc755fe6c2e5d0c6ec44a"},"previous_names":["lilly-mbrendel/podcast-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilly-mbrendel%2Fpodcast-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilly-mbrendel%2Fpodcast-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilly-mbrendel%2Fpodcast-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilly-mbrendel%2Fpodcast-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilly-mbrendel","download_url":"https://codeload.github.com/lilly-mbrendel/podcast-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825183,"owners_count":20516587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","feed","github-actions","podcast","python","rss","xml"],"created_at":"2024-09-25T09:04:20.566Z","updated_at":"2026-01-04T19:01:59.378Z","avatar_url":"https://github.com/lilly-mbrendel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Podcast Feed Generator\n\nA GitHub action to generate a podcast feed from a YAML file. YAML is much easier to read and write than XML, and this action will convert your YAML file into a valid podcast feed.\n## Usage\n\n### Turn on Github Pages\n\nIn your repository, go to Settings \u003e Pages and select the main branch as the source. This will create a link to your page and give all of the content in the main branch a URL. Note the URL for the next step.\n\n### Create a YAML file\n\nCreate a YAML file in your repository with the following format:\n\n```yaml\ntitle: \u003cPodcast Title\u003e\nsubtitle: \u003cPodcast Subtitle\u003e\nauthor: \u003cAuthor Name\u003e\ndescription: \u003cPodcast Description\u003e\nlink: \u003cGitHub Pages URL\u003e\nimage: \u003cArtwork Location\u003e\nlanguage: \u003cPodcast Language e.g. en-us\u003e\ncategory: \u003cPostcast Category e.g. Technology https://podcasters.apple.com/support/1691-apple-podcasts-categories\u003e\nformat: \u003cformat of files e.g. audio/mpeg\u003e\nitem:\n  - title: \u003cPodcast Episode Title\u003e\n    description: \u003cPodcast Episode Description\u003e\n    published: \u003cDate Published - e.g. Thu, 12 Jan 2023 18:00:00 GMT\u003e\n    file: \u003cFilename e.g. /audio/TFIT01.mp3\u003e\n    duration: \u003cduration e.g. 00:00:36\u003e\n    length: \u003clength e.g. 576,324 (Get Info on your files)\u003e\n  ... Repeat for each episode\n```\n\n### Sample Workflow\n\nYou're also going to need your own workflow file. Here's a sample:\n\n```yaml\nname: Generate Feed\non: [push]\njobs:\n  generate-feed:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repo\n        uses: actions/checkout@v3\n      - name: Run Feed Generator\n        uses: planetoftheweb/podcast-feed-generator@main\n```# podcast-generator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilly-mbrendel%2Fpodcast-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilly-mbrendel%2Fpodcast-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilly-mbrendel%2Fpodcast-generator/lists"}