Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created November 27, 2018 20:27
Show Gist options
  • Save supasympa/75d8d0bda2055e1739faff5b09edc9dd to your computer and use it in GitHub Desktop.
Save supasympa/75d8d0bda2055e1739faff5b09edc9dd to your computer and use it in GitHub Desktop.
Scrape all tweets in Twitter thread from browser.
JSON.stringify([].slice.call(document.querySelectorAll('.js-tweet-text-container')).map((e) => e.textContent))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment