Skip to content

Instantly share code, notes, and snippets.

@yerffff
yerffff / fipradio.py
Last active December 18, 2024 08:54 — forked from zopieux/fipradio.py
FIP radio live metadata
# Displays the currently playing media at FIP radio
# http://www.fipradio.fr/player
# You may want to update the number at the end of the URL
# if you use a specific "style" channel instead of the
# generic (main) channel, which is 7.
import requests
import time
import sys