Skip to content

Instantly share code, notes, and snippets.

@DanNi0130
Created February 24, 2019 07:11
Show Gist options
  • Save DanNi0130/37c1012f127ebbf8ed666d2f73e5764f to your computer and use it in GitHub Desktop.
Save DanNi0130/37c1012f127ebbf8ed666d2f73e5764f to your computer and use it in GitHub Desktop.
thread = requests.get(commentlinks[0])
cleanthread = bs4.BeautifulSoup(thread.text, 'html.parser')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment