{"id":16199932,"url":"https://github.com/agateau/nanopod","last_synced_at":"2025-04-07T17:47:12.708Z","repository":{"id":66380979,"uuid":"45320570","full_name":"agateau/nanopod","owner":"agateau","description":"A minimalist command-line podcast downloader, designed to be run from a crontab","archived":false,"fork":false,"pushed_at":"2017-09-09T20:40:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T19:49:51.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.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":"2015-10-31T22:32:46.000Z","updated_at":"2017-09-09T20:40:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"08d05018-42ac-4c62-9cd5-74c7870b1b5d","html_url":"https://github.com/agateau/nanopod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fnanopod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fnanopod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fnanopod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fnanopod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/nanopod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703772,"owners_count":20982286,"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":[],"created_at":"2024-10-10T09:28:45.177Z","updated_at":"2025-04-07T17:47:12.691Z","avatar_url":"https://github.com/agateau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nanopod\n\nA minimalist command-line podcast downloader, designed to be run from a crontab.\n\n## Requirements\n\n- Python 2\n- Modules listed in requirements.txt\n\n## Usage\n\nInstall Nanopod requirements:\n\n    pip install -r requirements.txt\n\nInstall Nanopod:\n\n    ./setup.py install\n\nCreate a nanopod.yaml file (or any other name actually), wherever works best\nfor you, with content like this:\n\n    default:\n        # Where to save podcasts\n        download_dir: /home/media/podcasts\n\n        # How many podcasts to keep\n        max_count: 5\n    podcasts:\n        - url: http://feeds.gitminutes.com/gitminutes-podcast\n        - url: http://cdn2-europe1.new2.ladmedia.fr/var/exports/podcasts/sound/revue-de-presque.xml\n\nLet Nanopod download them:\n\n    nanopod -c /path/to/nanopod.yaml\n\nIt will create in `/home/media/podcasts` one directory per podcast, and in this\ndirectory, one file per podcast, named using the following format:\n`\u003cyear\u003e-\u003cmonth\u003e-\u003cday\u003e - \u003cslugified-version-of-title\u003e.mp3`.\n\nIf there are more than `max_count` mp3 files in the podcast dir, the oldest ones\nwill be removed.\n\n## Motivation\n\nI was looking for a podcast download tool with the following features:\n- Crontab friendly: run from the command-line, without requiring configuration\n  files to be stored in the home of a specific user\n- Capable of handling the \"La revue de presque de Nicolas Canteloup\" podcast,\n  which has the particularity of having all its episodes named \"podcast.mp3\"\n  (hence the renaming feature)\n- Would run on the Debian Wheezy of my home server\n\nI tried quite a few tools, could not find one which satisfied my needs, so ended\nup writing Nanopod in an evening.\n\n## License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fnanopod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fnanopod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fnanopod/lists"}