August 2015
Beginner to intermediate
294 pages
5h 20m
English
Before we start analyzing tweets, we'll need to install the Twython package of Python, which helps interact with the Twitter API to get tweets from Twitter. This can be downloaded from https://github.com/ryanmcgrath/twython.
Also, you need to get the consumer key and consumer secret key from https://apps.twitter.com/app/new.

Once you have details about your app, you'll get the consumer key and consumer secret key:

After this, go to the Key and Access Tokens tab to generate your access token: ...
Read now
Unlock full access