Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 13, 2010 21:07
Show Gist options
  • Save zzak/474531 to your computer and use it in GitHub Desktop.
Save zzak/474531 to your computer and use it in GitHub Desktop.
import re
import mechanize
response = mechanize.urlopen("http://www.google.com/")
print response.read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment