class documentation
class Streamer(TwythonStreamer): (source)
Constructor: Streamer(app_key, app_secret, oauth_token, oauth_token_secret)
Retrieve data from the Twitter Streaming API.
The streaming API requires OAuth 1.0 authentication.
Method | __init__ |
Undocumented |
Method | filter |
Wrapper for 'statuses / filter' API call |
Method | on |
No summary |
Method | on |
No summary |
Method | register |
Register a method for handling Tweets. |
Method | sample |
Wrapper for 'statuses / sample' API call |
Instance Variable | do |
Undocumented |
Instance Variable | handler |
Undocumented |