All Projects → soh335 → radicast

soh335 / radicast

Licence: MIT license
recording radiko and serving rss for podcast

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to radicast

Awesome Devsecops
An authoritative list of awesome devsecops tools with the help from community experiments and contributions.
Stars: ✭ 2,805 (+8400%)
Mutual labels:  podcast
reader
A Python feed reader library.
Stars: ✭ 290 (+778.79%)
Mutual labels:  podcast
podcastcrawler
PHP library to find podcasts
Stars: ✭ 40 (+21.21%)
Mutual labels:  podcast
Fog
Unofficial overcast.fm podcast app
Stars: ✭ 232 (+603.03%)
Mutual labels:  podcast
Greg
A command-line podcast aggregator
Stars: ✭ 246 (+645.45%)
Mutual labels:  podcast
podcast-player
A Python command line podcast player
Stars: ✭ 20 (-39.39%)
Mutual labels:  podcast
Podgrab
A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
Stars: ✭ 194 (+487.88%)
Mutual labels:  podcast
podcast-feed-parser
A highly customizable package for fetching and parsing podcast feeds into simple and manageable JavaScript objects. For use with node or in the browser.
Stars: ✭ 39 (+18.18%)
Mutual labels:  podcast
hurley
🎧 The Podcast Web Interface
Stars: ✭ 12 (-63.64%)
Mutual labels:  podcast
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-30.3%)
Mutual labels:  podcast
Swiftbysundell
Code samples from the Swift by Sundell website & podcast
Stars: ✭ 239 (+624.24%)
Mutual labels:  podcast
Spotifeed
A simple service to serve up Spotify podcasts as RSS feeds for use in any podcast app.
Stars: ✭ 238 (+621.21%)
Mutual labels:  podcast
vscode-mediaplayer
Mediaplayer extention for VS Code
Stars: ✭ 18 (-45.45%)
Mutual labels:  podcast
Podcasts
Curated List of Mostly Active Dev Podcasts
Stars: ✭ 220 (+566.67%)
Mutual labels:  podcast
podcast
The Google Cloud Platform Podcast
Stars: ✭ 60 (+81.82%)
Mutual labels:  podcast
Shikwasa
An audio player born for podcast
Stars: ✭ 216 (+554.55%)
Mutual labels:  podcast
podhouse
The best way to listen to your favorite podcasts.
Stars: ✭ 39 (+18.18%)
Mutual labels:  podcast
grandcast.fm
A podcast application built using GRANDstack
Stars: ✭ 50 (+51.52%)
Mutual labels:  podcast
this-american-life-archive
Unofficial RSS feed for the podcast "This American Life" with episodes 1 to current
Stars: ✭ 19 (-42.42%)
Mutual labels:  podcast
audiocard
⏯️ AudioCard - Opinionated, responsive, audio player compatible with Twitter Cards
Stars: ✭ 66 (+100%)
Mutual labels:  podcast

wercker status

radicast

  • record radiko
  • serve rss for podcast

REQUIRE

  • rtmpdump
  • swftools
  • ffmpeg or avconv
  • or docker (see docker section)

INSTALL

$ go get github.com/soh335/radicast

USAGE

SETUP CONFIG.JSON

$ radicast --setup > config.json

EDIT CONFIG.JSON

$ vim config.json
$ cat config.json

{
  "FMT": [
    "0 0 17 * * *"
  ]
}

cron specification is here

LAUNCH

$ radicast
$ curl 127.0.0.1:3355/rss # podcast rss

RELOAD CONFIG.JSON

  • reload config when receive HUP signal

DOCKER

$ mkdir workspace
$ cd workspace
$ docker pull soh335/radicast
$ docker run --rm soh335/radicast:latest --setup > config.json
$ docker run --rm -p 3355:3355 -v `pwd`:/workspace soh335/radicast:latest --config /workspace/config.json --output /workspace/output

SEE ALSO

LICENSE

  • MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].