Skip to content

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.

License

Notifications You must be signed in to change notification settings

unciy/feed-master

 
 

Repository files navigation

Feed Master Build Status

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.

Run in docker (short version)

  • Copy docker-compose.yml and adjust exposed port if needed
  • Create etc/fm.yml (sample provided in _example)
  • Start container with docker-compose up -d

API

  • GET /rss/{name} - returns feed-set for given name
  • GET /list - returns list of feed-sets (json)

Web UI

Web UI shows a list of items from generated RSS. It is available on /feed/{name}

About

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 76.4%
  • CSS 15.2%
  • Python 5.1%
  • Dockerfile 3.3%