mlaprise / twBlock

Twitter stream filter building blocks

Home Page:http://www.martinlaprise.info/twblock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twBlock - Twitter stream filter building blocks

Requirements

  • PyRSS2Gen
  • python-simplegeo
  • python-twython

Installation

from the source

git clone git://github.com:mlaprise/twBlock.git
cd twBlock
sudo python setup.py install

Example

Simple Hello world example

from twBlock import *

mySource = twSource('user', 'password')

mySource.terminal()

About

Twitter stream filter building blocks

http://www.martinlaprise.info/twblock/

License:MIT License


Languages

Language:Python 100.0%