Skip to content

fiorix/twisted-twitter-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The following methods are supported:

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

About

Twitter Stream API for Twisted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages