{"id":16271759,"url":"https://github.com/m0wer/yaml2rss","last_synced_at":"2025-04-08T15:34:47.238Z","repository":{"id":49382855,"uuid":"451172034","full_name":"m0wer/yaml2rss","owner":"m0wer","description":"Generate a RSS podcast feed from YAML.","archived":false,"fork":false,"pushed_at":"2022-07-27T07:39:59.000Z","size":590,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T11:53:05.755Z","etag":null,"topics":["audio","podcast","rss","rss-feed","rss-generator","xml","yaml"],"latest_commit_sha":null,"homepage":"https://m0wer.github.io/yaml2rss","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m0wer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-23T17:03:35.000Z","updated_at":"2022-02-08T07:36:26.000Z","dependencies_parsed_at":"2022-08-25T10:41:28.313Z","dependency_job_id":null,"html_url":"https://github.com/m0wer/yaml2rss","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fyaml2rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fyaml2rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fyaml2rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fyaml2rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0wer","download_url":"https://codeload.github.com/m0wer/yaml2rss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247871424,"owners_count":21010041,"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":["audio","podcast","rss","rss-feed","rss-generator","xml","yaml"],"created_at":"2024-10-10T18:14:41.790Z","updated_at":"2025-04-08T15:34:47.206Z","avatar_url":"https://github.com/m0wer.png","language":"Python","readme":"# yaml2rss\n\n[![Actions Status](\nhttps://github.com/m0wer/yaml2rss/workflows/main.yml/badge.svg\n)](https://github.com/m0wer/yaml2rss/actions)\n[![pre-commit](\nhttps://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\n)](https://github.com/pre-commit/pre-commit)\n\n## Installation\n\nRun `pip install .`.\n\nFor podcast generation you will need to install `sndifile` and `ffmpeg`\n(e.g., `apt-get install libsndfile-dev ffmpeg`).\n\n## Usage\n\n### Generate podcast feed\n\n1. Copy and modify `examples/podcast.yaml`.\n1. From the root path of your podcast project (where the `recordings/`\n  directory is), run:\n  ```bash\n  yaml2rss generate podcast podcast.yaml podcast.xml\n  ```\n\n#### Example build script\n\nThis scripts converts the audio files to the same format, normalizes the\nvolume and creates a zip file with all the recordings:\n\n```bash\n#!/bin/sh\n\nset -e\n\nparallel \"ffmpeg -i {1} {1.}.mp3 \u0026\u0026 rm {1}\" ::: recordings/*.ogg || true\nmp3gain -r -k -a -c recordings/*.mp3\nyaml2rss generate podcast podcast.yaml podcast.xml\nzip -r recordings.zip recordings/*.mp3\n```\n\n## Development\n\nRun `make install` to install all development dependencies.\n\n## Documentation\n\nYou can access the online version at \u003chttps://m0wer.github.io/yaml2rss/\u003e.\n\nAlternatively, after `make install`, to render the documentation run:\n\n```bash\npip install -r requirements.txt\nmkdocs serve\n```\n\nYou can now access the docs at \u003chttp://localhost:8000\u003e.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0wer%2Fyaml2rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0wer%2Fyaml2rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0wer%2Fyaml2rss/lists"}