Created
November 7, 2014 06:24
-
-
Save Thuruv/7d24582d1b3a997706a8 to your computer and use it in GitHub Desktop.
ScrapIt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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