Created
September 1, 2020 09:39
-
-
Save kshirsagarsiddharth/71164e22a72dfeac9f01dabc5ac5797c to your computer and use it in GitHub Desktop.
crawler 1
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
| from urllib.request import Request, urlopen, URLError | |
| from urllib.parse import urlparse | |
| import time | |
| import threading | |
| import queue | |
| from bs4 import BeautifulSoup | |
| import ssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment