- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 64字
- 2021-07-15 17:24:54
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.
推薦閱讀
- Python程序設計教程(第2版)
- Visual C++串口通信開發入門與編程實踐
- 程序員面試筆試寶典
- PaaS程序設計
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Full-Stack React Projects
- Learning OpenStack Networking(Neutron)
- LabVIEW虛擬儀器入門與測控應用100例
- 實戰Java高并發程序設計(第2版)
- Learning Unreal Engine Game Development
- HikariCP數據庫連接池實戰
- 鋁合金陽極氧化與表面處理技術(第三版)
- Raspberry Pi By Example
- Selenium自動化測試實戰:基于Python
- Python GUI設計:tkinter菜鳥編程