Skip to content

pwrtux/podcast_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Downloader

This is a Podcast Downloader written in Python. You can search and download all episodes of a Podcast.

Watch in action:

Podcast Downloader Video

Getting Started

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

Planned features

  • Speech-to-Text
  • Search Engine

Disclaimer

This project is still in early alpha phase, there is no error handling whatsoever.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages