gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00892
[Bug 539217] Re: Add support for streaming APIs
User Streams are documented here:
http://dev.twitter.com/pages/user_streams
Even if there were no user streams, the streaming search api would still
be useful for #hashtag and other searches.
** Description changed:
Twitter messages can be downloaded streaming, instead of the need for
periodic polling.
Several methods are included in their streaming API:
- http://apiwiki.twitter.com/Streaming-API-Documentation
+ http://dev.twitter.com/pages/streaming_api
Some Python libraries support these methods including Tweepy:
http://github.com/joshthecoder/tweepy
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/539217
Title:
Add support for streaming APIs
Status in Gwibber:
Won't Fix
Bug description:
Twitter messages can be downloaded streaming, instead of the need for
periodic polling.
Several methods are included in their streaming API:
http://dev.twitter.com/pages/streaming_api
Some Python libraries support these methods including Tweepy:
http://github.com/joshthecoder/tweepy