Skip to content

Instantly share code, notes, and snippets.

View pappater's full-sized avatar
🎯
Focusing

Pratheesh pappater

🎯
Focusing
  • india
  • 03:16 (UTC -12:00)
View GitHub Profile
example$ brew update
example$ brew install ruby
// Check to see if Gem is installed...
example$ gem -v
// Once in the system, install Twurl
example$ gem install twurl
@zopieux
zopieux / fipradio.py
Last active December 17, 2024 11:45
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 subprocess