Created
August 30, 2014 20:10
-
-
Save ollieglass/e5671eecb7ce00dba04e to your computer and use it in GitHub Desktop.
Get the text from every tweet on the page
This file contains 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
$(".tweet-text").map(function() { return $(this).text(); }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment