Created
November 27, 2018 20:27
-
-
Save supasympa/75d8d0bda2055e1739faff5b09edc9dd to your computer and use it in GitHub Desktop.
Scrape all tweets in Twitter thread from browser.
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
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