Skip to content

Instantly share code, notes, and snippets.

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 armandofox/a8899d74a4db63019f075dd8a7738a34 to your computer and use it in GitHub Desktop.
Save armandofox/a8899d74a4db63019f075dd8a7738a34 to your computer and use it in GitHub Desktop.
HTTP API GET in Python
try:
self.body = urllib2.urlopen(url).read()
except urllib2.URLError:
self.error = 'The BART website did not respond'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment