Created
February 25, 2019 08:44
-
-
Save DanNi0130/d48338a41f6ea8f16947ea967905cb17 to your computer and use it in GitHub Desktop.
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
jspagedata = requests.get("https://vuejs.github.io/vue-hackernews/#!/news/1") | |
jspagedataclean = bs4.BeautifulSoup(jspagedata.text, 'html.parser') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment