Created
April 2, 2021 20:05
-
-
Save ccortezb/02f1393d6d1550a35c728b31aadc136d to your computer and use it in GitHub Desktop.
nlp2_4
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
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