Skip to content

Instantly share code, notes, and snippets.

@protocol7
Created January 14, 2014 15:52
Show Gist options
  • Select an option

  • Save protocol7/8420522 to your computer and use it in GitHub Desktop.

Select an option

Save protocol7/8420522 to your computer and use it in GitHub Desktop.
import time
import httplib2
url = "http://heads.spotify.com/head/aff58dfd20368dbc5e43855d3a74508a546dc99f"
h = httplib2.Http()
while True:
resp, content = h.request(url)
print(resp)
time.sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment