This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |