public
Description: Simple CLI & web script to display people on twitter following you AND conversing with you that you're not following back
Homepage: http://1stvamp.org/tweetback
Clone URL: git://github.com/1stvamp/OnDeafTweers.git
1stvamp dot org (author)
Sat Oct 10 15:05:39 -0700 2009
commit  f776a0f0cd4d81fd2a251732a0967ec21db033a0
tree    fddf0ad646a76a7f36bd555b6b29df12dfb3eeae
parent  5e74178cdc45f1b75c11b02cb215b78588fb5024
README
This file is for you to describe the OnDeafTweers_web application. Typically
you would include information such as the information below:

Installation and Setup
======================

Requirements
    python-twitter:
        easy_install python-twitter
    oauth
        easy_install oauth
Optionally:
If you'd like to speed things up by caching through memcached, you can install:
    python-memcached
        easy_install python-memcached

Install ``OnDeafTweers_web`` using easy_install::

    easy_install OnDeafTweers_web

Make a config file as follows::

    paster make-config OnDeafTweers_web config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.