gtwittools

Some tools for making twitter-related things with gevent.


License
MIT
Install
pip install gtwittools==0.0.4

Documentation

gtwittools

Some tools for making twitter-related things with gevent.

Installation

  • python setup.py install

Examples

  • lolstream.py: print out a live stream of tweets containing lol
  • plottin.py: create matplotlib images using gipc to create gevent-friendly child processes
  • tweetplot.py: plot a graph of how frequently a phrase is tweeted
  • opencv/twittercv.py: detect faces in images from twitter

Develop

  • Clone
  • Run python setup.py develop
  • Achieve success