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 anandsunku/99e0d41be4e64712f4a0ef7a28af9b0e to your computer and use it in GitHub Desktop.
Save anandsunku/99e0d41be4e64712f4a0ef7a28af9b0e to your computer and use it in GitHub Desktop.
works for google
import urllib.request
wp = urllib.request.urlopen("http://google.com")
pw = wp.read()
print(pw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment