Scrapes Hotel Utah's music schedule and sends me text message notification with all the line ups listed.
Note: This requires you create and enable your Spotify developer account. You must then create an application and add your Client ID and Client Secret to your .bash_profile as:
export SPOTIPY_CLIENT_ID='your-spotify-client-id'
export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'
export SPOTIPY_REDIRECT_URI=https://example.com/callback/

