Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How to Access the Twitter Streaming API (with P...
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
HuPy
September 30, 2015
Technology
1
53
How to Access the Twitter Streaming API (with Python)
HuPy
September 30, 2015
Tweet
Share
More Decks by HuPy
See All by HuPy
Software Summer Internship @Pulilab
hupy
1
50
March 2015 - Intro
hupy
0
26
February 2015 - Intro
hupy
0
83
February 2015 - Text processing tools in Python
hupy
1
85
February 2015 - The Snake and the Real Estate Biz
hupy
0
79
February 2015 - Cookiecutter - standardized project file and directory structure
hupy
0
39
Other Decks in Technology
See All in Technology
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
120
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
120
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
150
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.2k
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
210
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
1
290
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
170
進化するBits AI SREと私と組織
nulabinc
PRO
0
140
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
470
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
130
Go標準パッケージのI/O処理をながめる
matumoto
0
200
脳内メモリ、思ったより揮発性だった
koutorino
0
340
Featured
See All Featured
How to Talk to Developers About Accessibility
jct
2
150
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
640
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
WENDY [Excerpt]
tessaabrams
9
36k
Rails Girls Zürich Keynote
gr2m
96
14k
Building Adaptive Systems
keathley
44
3k
Writing Fast Ruby
sferik
630
63k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
How to Access the Twitter Streaming API (with Python)
The Tale of to APIs REST • Searching • Tweets
and users • Access limits Streaming • Monitoring • Tweets • Reconnection limits Connect Download Disconnect Process Connect Download Disconnect Process
The Tools of the Trade • dev.twitter.com – API keys
• Requests – urllib.request • Requests Oauthlib • json
Streaming Endpoint Categories • Public – All the tweets (almost)
– Great for text mining • User – Single-user view • Site – Multi-user view
Public Streams • Firehose • Sample • Filter – A
lot like search from the REST – Real time – Relevance is only minimally considered
Example: Filtered Public Stream
Example: Sentiment Analysis
Thank you! Questions? David Toroczkai Budapest.Py, 2015 September
[email protected]
david.toroczkai.com