January 2016
Intermediate to advanced
240 pages
4h 42m
English
It's always good to have some practical examples with real data sets, and what could be better than real-time social media data? In this section, we will write the code that will fetch tweets from Twitter in real time based on the search keywords provided. There are three dependencies of the code written in this section:
tweepy is a Python client for Twitter.elasticsearch is a Python client for Elasticsearch that we have already installed.Read now
Unlock full access