December 2018
Beginner to intermediate
490 pages
10h 38m
English
To acquire the data, we use Tweepy which provides an elegant Python client library to access the Twitter APIs. The APIs covered by Tweepy are very extensive and covering them in detail is beyond the scope of this book, but you can find the complete API reference at the Tweepy official website: http://tweepy.readthedocs.io/en/v3.6.0/cursor_tutorial.html.
You can install the Tweepy library directly from PyPi using the pip install command. The following command shows how to install it from a Notebook using the ! directive:
!pip install tweepy
Note: The current Tweepy version used is 3.6.0. Do not forget to restart the kernel after installing the library.
Read now
Unlock full access