13 Data Mining Twitter

Objectives

In this chapter you’ll:

  • Understand Twitter’s impact on businesses, brands, reputation, sentiment analysis, predictions and more.

  • Use Tweepy, one of the most popular Python Twitter API clients for data mining Twitter.

  • Use the Twitter Search API to download past tweets that meet your criteria.

  • Use the Twitter Streaming API to sample the stream of live tweets as they’re happening.

  • See that the tweet objects returned by Twitter contain valuable information beyond the tweet text.

  • Use the natural language processing techniques you learned in the last chapter to clean and preprocess tweets to prepare them for analysis.

  • Perform sentiment analysis on tweets.

  • Spot trends with Twitter’s Trends API.

  • Map tweets using ...

Get Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and The Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.