- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 64字
- 2025-02-28 21:49:27
Stream API
You need a Stream API when the requirement is to collect data in real time, instead of back-dated from the platform. The Stream API of Twitter is widely used to collect real-time data from Twitter. The output is quite similar to that of a REST API apart from the real-time aspect. We'll see examples of the Twitter Stream API and its outputs.