/somafm-import

Simple SomaFm import tool to generate feed for applications

Primary LanguagePythonMIT LicenseMIT

SomaFM Import

This is a simple SomaFM channel list import to use in several applications.

Available Plugins

Radiola: A Mac simple systray stream player

  • Generates a bookmark.opml to copy to your app config folder:
   python simport.py radiola

Requirements

  • Python 3.11+

Development

  • Create a python environment to avoid polute your system ( or docker env )

  • Install poetry and pre-commit

       $ pip install -U poetry pre-commit
  • Install the dependencies

       $ poetry install
  • Run precommit setup

       $ pre-commit init

References