Skip to content

Instantly share code, notes, and snippets.

@Thuruv
Created November 7, 2014 06:24
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 Thuruv/7d24582d1b3a997706a8 to your computer and use it in GitHub Desktop.
Save Thuruv/7d24582d1b3a997706a8 to your computer and use it in GitHub Desktop.
ScrapIt
import urllib2
url="http://groupon.com"
page =urllib2.urlopen(url)
data=page.read()
print data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment