No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
LICENSE
README.md
tweet_stream.py

README.md

twitterstreamtemplate

A simple starting point for stream processing experimentation using the Twitter streaming API.

This is only a skeleton and does not include, tests, logging, etc.

The stream is consumed from a separate thread and stream items placed into a deque.

Besides the standard library, twython is the only dependency.

Tested with Python 3.4