Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Created August 11, 2015 20:24
Show Gist options
  • Save antonioortegajr/7faa3271f2966e876ab8 to your computer and use it in GitHub Desktop.
Save antonioortegajr/7faa3271f2966e876ab8 to your computer and use it in GitHub Desktop.
python get request
import urllib2
urllib2.urlopen("http://example.com/").read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment