A Twitter Language Spread Analysis Assignment for the course CSE 5539 - Social Media and Text Analysis at The Ohio State University. Analyzes the spread of languages accross the current tweet stream and for two places currently: USA & India.
I followed this Twitter API Tutorial. I'm using a simple Twitter library called Python Twitter Tools. For plotting I'm using Matplotlib. I'm using langid for language identification from text.
Code requirements:
numpy
matplotlib
langid
A file called api_keys.py with your ACCESS_TOKEN, ACCESS_SECRET, CONSUMER_KEY & CONSUMER_SECRET.