Python tool for downloading music and podcasts from feeds
Go to file
Mike Lynch 51b760cac3 Added pycurl as a poetry dependency and a note in the README to explain
what the problem is with that.
2023-12-09 15:22:44 +11:00
autoradio Fetch most recent N files for each feed if they aren'y already downloaded 2023-12-09 12:48:54 +11:00
tests Initial commit 2023-10-03 09:52:05 +11:00
.gitignore Initial commit 2023-10-03 09:52:05 +11:00
README.md Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00
config.json Fetch most recent N files for each feed if they aren'y already downloaded 2023-12-09 12:48:54 +11:00
poetry.lock Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00
pyproject.toml Added pycurl as a poetry dependency and a note in the README to explain 2023-12-09 15:22:44 +11:00

README.md

autoradio

Auto download of mp3s from podcast feeds using a little Python script.

Installation

I haven't worked out how to intall pycurl with poetry, as it looks like it required a command-line flag to specify the SSL backend, and poetry doesn't seem to support that. So for my local install I pip installed it by hand