Skip to content

Instantly share code, notes, and snippets.

@brousch
Created October 3, 2014 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brousch/f82733f491b9fa0bbdf7 to your computer and use it in GitHub Desktop.
Save brousch/f82733f491b9fa0bbdf7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import requests
r = requests.get('https://data.michigan.gov/resource/sos-locations.json', headers={'X-App-Token': 'VG6BlTPnPPM31CQkZZAajkju4'})
print(r.status_code)
print(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment