Simple podcast / RSS download app.
- Python 3.8 (or newer)
- Run GUI:
uv run podcatcher-weband openlocalhost:8000in your browser to connect to the GUI. - Run CLI:
uv run podcatcher-cli.
- Install:
pip install . - Run GUI:
podcatcher-web(orpython -m podcatcher.web) and openlocalhost:8000in your browser to connect to the GUI. - Run CLI:
podcatcher-cli(orpython -m podcatcher.cli).
Run tests: uv run -m unittest discover -v -s tests