pytwitterwallv

Console and web simple client for Twitter


Keywords
twitter, tweets
License
Unlicense
Install
pip install pytwitterwallv==0.7.1

Documentation

Twitter bot

Program which shows you last tweets for some topic. You can use two user interfaces - web app or console app

Add config with keys to twitter to folder where you run the app. You can find example in auth.cfg file.

Usage (console app):

python pytwitterwallv.py console

Usage (web app):

python pytwitterwallv.py web

For more information please type:

python pytwitterwallv.py --help

For installing through pip:

 pip install --extra-index-url https://testpypi.python.org/pypi pytwitterwallv

For running module:

 python -m pytwitterwallv web

Example of importing:

from pytwitterwallv.pytwitterwallv import web

web()

Test

Run without saved cassette

Create config file like in normal usage of app and put it to folder tests