X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=6ec76feb9c9a243b876ab8fd9857a7c3a9cc5ec1;hp=5bc94eab2c0b68c2e38289df0712cc9cbc03ece6;hb=a8c5fce4b567697790144ec15546ce68e5469963;hpb=b145ada0c4afdc3f88ee2a03e765af93561d5b0c diff --git a/README.rst b/README.rst index 5bc94ea..6ec76fe 100644 --- a/README.rst +++ b/README.rst @@ -10,13 +10,19 @@ Rainbow Stream Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more fun directly from terminal. -This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_. +This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, +can run on Python 2.7.x and 3.x . + Showcase ---------- Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s +Screenshot: (click to see) +.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamAll.png + :alt: all + Install ------- @@ -128,7 +134,7 @@ steps - `Create your own Twitter Application`_ - Get your Twitter application’s API key and secret -- Fork github's repo +- Fork this repo and clone in your system. - Create a file ``consumer.py`` in `rainbowstream`_ folder with following content @@ -142,11 +148,13 @@ steps .. code:: bash - # cd to directory which contains setup.py + # cd to directory which contains setup.py (cloned directory) virtualenv venv # Python3 users: use -p to specify python3 source venv/bin/activate pip install -e . - pip list | grep rainbowstream # confirm installed version + which rainbowstream # /this-directory/venv/bin/rainbowstream + pip list | grep rainbowstream # rainbowstream (0.x.x, /this-directory) + # Remove ~/.rainbow_oauth if exists rainbowstream # local version of rainbowstream