Skip to content

Instantly share code, notes, and snippets.

@DanNi0130
Created February 25, 2019 08:44
Show Gist options
  • Save DanNi0130/d48338a41f6ea8f16947ea967905cb17 to your computer and use it in GitHub Desktop.
Save DanNi0130/d48338a41f6ea8f16947ea967905cb17 to your computer and use it in GitHub Desktop.
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