-
@bradchattergoon I’ve got nothing. But @arthurturrell has sample wordcloud code here aeturrell.github.io/coding-for-economists/vis-common-plots.html#wordcloud After the json import full tweet text is in the tweet.fulltext column so should be easy. Caveat is that RTs get truncated at 140 chars…
-
@bradchattergoon @arthurturrell …so if you want that text (or QT contents) you have to pull them individually via the api. I use tweepy 📦