Skip to content

Instantly share code, notes, and snippets.

@ccortezb
Created April 2, 2021 20:05
Show Gist options
  • Save ccortezb/02f1393d6d1550a35c728b31aadc136d to your computer and use it in GitHub Desktop.
Save ccortezb/02f1393d6d1550a35c728b31aadc136d to your computer and use it in GitHub Desktop.
nlp2_4
data = requests.get(url)
soup = BeautifulSoup(data.content, 'html.parser')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment