radio-dl is a commandline radio player and downloader.
Currently only works on OSX.
pip install -r requirements.txt
brew install youtube-dl
gem install terminal-notifier
python runner.py
If you look in stations.py, to create a new station, you just need to override the fetch method with whatever you need.
Released under the MIT License.