Word Cloud of Twitter descriptions of winners:![]() Word Cloud of the applications: ![]() |
26% of people have less than 100 followers. 61% of people have less than 1000 followers. 7% of people have more than 10,000. Full distribution: ![]()
Code that scrapes and generates this page can be found here.
>> import cPickle as pickle
>> acceptedTweetsList = pickle.load(open("glass.p", "rb" ))
>> tweet = acceptedTweetsList[0]
>> tweet.__dict__ # explore what data is stored in the tweet class
>> tweet.user.__dict__ # explore the user class
>> tweet.user.followers_count # for example, stores the number of followers of that user
|
| username | description | followers | application |