← Back to team overview

gwibber-bugs team mailing list archive

[Bug 539217] Re: Add support for streaming APIs

 

The API, as used in TweetDeck, allows users to view tweets from followed
users to their friends, regardless if one is following that friend.
Plus, it allows constant updating without reloading.

-- 
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://apiwiki.twitter.com/Streaming-API-Documentation

  Some Python libraries support these methods including Tweepy:
  http://github.com/joshthecoder/tweepy