Skip to content

Instantly share code, notes, and snippets.

@jonathanoheix
Created December 11, 2018 14:53
Show Gist options
  • Save jonathanoheix/e9e118511deaa5bad18bb8076434a04e to your computer and use it in GitHub Desktop.
Save jonathanoheix/e9e118511deaa5bad18bb8076434a04e to your computer and use it in GitHub Desktop.
main_url = "http://books.toscrape.com/index.html"
import requests
result = requests.get(main_url)
result.text[:1000]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment