This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 29 10:47:33 -0700 2009 | |
| |
README.rst | Fri Oct 09 09:26:44 -0700 2009 | |
| |
TwistedTwitterStream.py | Wed Jul 29 10:47:33 -0700 2009 | |
| |
examples/ | Wed Jul 29 10:47:33 -0700 2009 | |
| |
setup.py | Wed Jul 29 10:47:33 -0700 2009 |
README.rst
The following methods are supported:
TwistedTwitterStream
| Info: | See Twitter Streaming API for more information. See github for the latest source. |
|---|---|
| Author: | Alexandre Fiori <fiorix@gmail.com> |
About
The TwistedTwitterStream package provides an event-driven API for receiving Twitter status updates through the asynchronous Twitter Streaming API.
Notes
- A JSON parser is required. Like json or simplejson.
- All methods will automatically reconnect to the server with an exponential back-off. See t.i.p.ReconnectingClientFactory for details.
- All methods must be initialized with a consumer function, which will be fired on every status update.
- In order to stop the stream and disconnect from the server, the consumer function must return False.
- The consumer function will always receive statuses in the JSON format.
- No proxy support.
Examples
Examples are available in the examples/ directory.







