Info: | See Twitter Streaming API for more information. See github for the latest source. |
---|---|
Author: | Alexandre Fiori <[email protected]> |
The TwistedTwitterStream
package provides an event-driven API for receiving Twitter status updates through the asynchronous Twitter Streaming API.
- 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 object, inherited from TwistedTwitterStream.TweetReceiver
- No proxy support.
Examples are available in the examples/ directory.
Thanks to (in no particular order):
- Arnaldo Moraes
- Testing, patching and using for private projects
- Vanderson Mota
- Patching setup.py and PyPi maintenance