Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arngarden/TwitterStream
/ functions
Functions
5 in github.com/arngarden/TwitterStream
⨍
Functions
5
◇
Types & classes
1
↓ 3 callers
Method
setup_connection
Create persistant HTTP connection to Streaming API endpoint using cURL.
TwitterStream.py:48
↓ 1 callers
Method
get_oauth_header
Create and return OAuth header.
TwitterStream.py:70
↓ 1 callers
Method
start
Start listening to Streaming endpoint. Handle exceptions according to Twitter's recommendations.
TwitterStream.py:81
Method
__init__
(self, timeout=False)
TwitterStream.py:40
Method
handle_tweet
This method is called when data is received through Streaming endpoint.
TwitterStream.py:113