Twitter World Cup 2014 - Spheres of Influence

The FIFA World Cup 2014 was the most tweeted event in history, totaling 672 million tweets over the 32-day tournament. Soccer fans all over the world came onto Twitter to support their favorite teams, react to the big goals, and predict match outcomes. Twitter became a goldmine for tournament data, bringing multiple layers of data about countries, matches, and players all under one platform.

This is an analysis of that data featuring Spheres of Influence. A "Sphere of Influence" represents the international brand value of a team, showing how popular a country's team is worldwide. More precisely, a x% Sphere of Influence shows the area around the center of a country from which x% of tweets about that country originate. The visualization below shows three Spheres of Influence, corresponding to 25%, 50%, and 75% of tweets about each country. Hover over the countries to see the Spheres and use the filter buttons to select which Spheres to display.




The most challenging part of this assignment was pulling the data from Twitter. Given just a dataset of 32 million tweet IDs (about the World Cup), I pulled a random sample of 12 million complete tweets using the Twitter API. 400,000 of these tweets were geotagged and used in my visualization. Because the Twitter API's rate limits only allowed me to pull 6000 tweets per 15 minutes, I ran 25 programs in parallel using 25 different API keys to pull the data over a period of 1.5 days.