Skip to content

bgiaccio/podcasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Server

A simple flask server for serving mp3 files as an RSS feed.

The idea was to create a simple HTTP service that would both dynamically create the RSS Feed and server the mp3 files

Makes Use of https://podgen.readthedocs.io

Create the environment

pip install --user pipenv
git clone https://github.com/bgiaccio/podcasts.git
cd podcasts
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 setup.py sdist bdist_wheel

About

Flask Based Podcast Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages