{"id":29843295,"url":"https://github.com/mmeyer23/podcast-generator","last_synced_at":"2026-04-19T06:47:15.866Z","repository":{"id":306466912,"uuid":"1026286750","full_name":"mmeyer23/podcast-generator","owner":"mmeyer23","description":"Generates podcast feeds using YAML, hosted by GitHub pages.","archived":false,"fork":false,"pushed_at":"2025-07-25T17:35:05.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-25T23:27:11.694Z","etag":null,"topics":["actions","feed","githubactions","podcast","python","rss","xml"],"latest_commit_sha":null,"homepage":"","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/mmeyer23.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,"zenodo":null}},"created_at":"2025-07-25T16:11:48.000Z","updated_at":"2025-07-25T17:35:08.000Z","dependencies_parsed_at":"2025-07-25T23:39:07.658Z","dependency_job_id":null,"html_url":"https://github.com/mmeyer23/podcast-generator","commit_stats":null,"previous_names":["mmeyer23/podcast-generator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mmeyer23/podcast-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeyer23%2Fpodcast-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeyer23%2Fpodcast-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeyer23%2Fpodcast-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeyer23%2Fpodcast-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmeyer23","download_url":"https://codeload.github.com/mmeyer23/podcast-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeyer23%2Fpodcast-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","githubactions","podcast","python","rss","xml"],"created_at":"2025-07-29T15:42:45.995Z","updated_at":"2026-04-19T06:47:15.828Z","avatar_url":"https://github.com/mmeyer23.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Podcast Feed Generator\n\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\n## Usage\n\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```\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: \u003cPodcast Category e.g. Technology\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. Fri, Jan 13 2025 18:00:00 GMT\u003e\n   file: \u003cFilename e.g. /audio/TFTT01.mp3\u003e\n   duration: \u003cDuration e.g. 00:12:23\u003e\n   length: \u003cLength e.g. 546,543\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```\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: mmeyer23/podcast-generator@main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeyer23%2Fpodcast-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmeyer23%2Fpodcast-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeyer23%2Fpodcast-generator/lists"}