Radiophobia is a simple script that allows you to listen radio stations in your terminal. It uses MPlayer Linux client to reproduce the streamings urls.
- Python 3.5+
- flake8
- mccabe
- pyflakes
- Mplayer client
-
Install the requirements:
python -m pip install -f requirements.txt -
Run with
pythoncommand:python radiophobia.py -
Choose your favorite station:
-
The radio will start to play and you will see the metadata of the radio.
-
After that you can use
mplayercommands to manage the radio in the terminal. For example, you can presspto pause the streaming reproduction and presspagain to play. You can find more mplayer commands in its official website.
You're welcome to contribute with this project.
Please, read the CONTRIBUTING document.

