This is a Podcast Downloader written in Python. You can search and download all episodes of a Podcast.
Watch in action:
Create a account on podcastindex.org. Note your API credentials and create a .env file with the following variables:
api_key="INSERT YOUR API KEY"
api_secret="INSERT YOUR API SECRET"
Create a virtual enviromnent (optional) and install requirements:
pip3 install -r requirements.txt
Run the programm:
python3 run.py
- Speech-to-Text
- Search Engine
This project is still in early alpha phase, there is no error handling whatsoever.