lukestein’s avatarlukestein’s Twitter Archive—№ 13,116

  1. …in reply to @bradchattergoon
    @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…
    1. …in reply to @lukestein
      @bradchattergoon @arthurturrell …so if you want that text (or QT contents) you have to pull them individually via the api. I use tweepy 📦