Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

craigw/bercow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bercow

Convert an RSS feed to a Podcast suitable for subscribing to in iTunes.

Installing

You need to setup King and the dependencies for that.

Usage

I make a few assumptions for this example:

  • That King is running at http://10.0.1.200:4567/.
  • That your mp3 files will be hosted under http://example.com/media/.
  • That your RSS feed is available at http://blog.example.com/rss.xml.

Run Bercow like this:

bercow \
  --king http://10.0.1.200:4567/ \
  --host http://example.com/media/ \
  --rss http://blog.example.com/rss.xml \
  --cache /var/www/example.com/htdocs/media

Obviously you'll need to put your own locations in for these options.

Authors

Craig R Webster http://barkingiguana.com/

About

RSS feed to iTunes podcast. Awwwww yeeeaaaa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages