Skip to content

fabelier/TwitterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The idea is to catch the stream of all tweets (~ 100 millions daily) and process them to extract the hashtag zeitgeist, ie the most popular hashtags of the moment. This program consisting of few dozen lines of python will be modified during the workshop to filter out and processing the tweets according to the attendants suggestions. 
Prepare this Workshop

You need to install Python ( http://www.python.org/download/ ) - ( the code we are going to use was not tested with Python 3.X, so if you're new to it, go for 2.X versions ). 
You also need to install the following python modules: twisted, nevow and simplejson
To easiest way to install python modules is by using easy_install ( http://pypi.python.org/pypi/setuptools )