I often get requests to explain how I obtained the data I used in a particular piece of academic research. I am always happy to share my code along with my data. Having been through the learning process myself about 5 years ago, I understand the confusion and frustration that can go along with learning […]
Archives for November 2014
How to Download Tweets with a Specific Hashtag
While I work on my own version of the tutorial, my excellent co-author and former PhD student Weiai Xu has put together an informative tutorial for how to download tweets with a specific hashtag. Five steps to search and store tweets by keywords from Weiai Wayne Xu Wayne’s tutorial also contains his version of my […]
Setting up Your Computer to Use My Python Code for Downloading Twitter Data
I frequently get requests for how to download social media data in general, as well as for help on how to run code I have written to download and analyze the data I analyzed for a particular piece of research. Often, these requests are from people who are excited about doing social media research but […]
Tag Cloud Tutorial
In this post I’ll provide a brief tutorial on how to create a tag cloud, as seen here. First, this assumes you have downloaded a set of tweets into an SQLite database. If you are using a different database please modify accordingly. Also, to get to this stage, work through the first 8 tutorials listed […]
#ARNOVA14 – Tag cloud of ARNOVA 2014 Tweets
Word clouds are generally not all that helpful given how the words are taken out of their context (sentences). In certain settings, however, they do provide meaningful information. Hashtags are one of those contexts — they are meant to be single words. The tags denote ideas or topics or places. By examining the hashtags, we […]