Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.9 Twitter Streaming API

In this lesson, we are going to be looking at the Twitter Streaming API. This API allows us to receive tweets in real-time and search for tweets that mention a specific word. We are going to collect these tweets in real-time, parse them and then store them in MongoDB using some of the code we created in the last lesson.