fiorix / twisted-twitter-stream
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 29 10:47:33 -0700 2009 | |
| |
README.rst | Mon Dec 28 03:49:04 -0800 2009 | |
| |
TwistedTwitterStream.py | Mon Dec 28 03:49:04 -0800 2009 | |
| |
examples/ | Mon Dec 28 03:47:16 -0800 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 object, inherited from TwistedTwitterStream.TweetReceiver
- No proxy support.
Examples
Examples are available in the examples/ directory.
