Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created June 9, 2017 08:50
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 chriswebb09/b767feed3d8be4ec6b6c6ee0ce3a6a5c to your computer and use it in GitHub Desktop.
Save chriswebb09/b767feed3d8be4ec6b6c6ee0ce3a6a5c to your computer and use it in GitHub Desktop.
def main():
crawl = WebCrawler()
new_data = crawl.request_resource()
if new_data is not None:
for url in new_data:
print(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment