Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiorix/twisted-twitter-stream
Twitter Stream API for Twisted
https://github.com/fiorix/twisted-twitter-stream
Last synced: about 2 months ago
JSON representation
Twitter Stream API for Twisted
- Host: GitHub
- URL: https://github.com/fiorix/twisted-twitter-stream
- Owner: fiorix
- Created: 2009-10-09T15:17:07.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-01T14:27:51.000Z (almost 15 years ago)
- Last Synced: 2024-11-01T03:53:17.163Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 43
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
====================
TwistedTwitterStream
====================
:Info: See `Twitter Streaming API `_ for more information. See `github `_ for the latest source.
:Author: Alexandre FioriAbout
=====
The ``TwistedTwitterStream`` package provides an event-driven API for receiving `Twitter `_ status updates through the asynchronous `Twitter Streaming API `_.The following methods are supported:
- `firehose `_
- `retweet `_
- `sample `_
- `filter `_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.Credits
=======
Thanks to (in no particular order):- Arnaldo Moraes
- Testing, patching and using for private projects- Vanderson Mota
- Patching setup.py and PyPi maintenance