X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=49a7c956b6ae9f6af36b60c13374358ba0b5e1e2;hp=4e0516d1cbd4c492657ad2132761ae03ef3669c4;hb=d286f104862476fd637ee14314beb44784537805;hpb=f5677fb1d3a9e2aa06971500b2c244dcdbe43a3f diff --git a/README.rst b/README.rst index 4e0516d..49a7c95 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ Rainbow Stream -------------- +.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat + :target: https://pypi.python.org/pypi/rainbowstream + +.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat + :target: https://pypi.python.org/pypi/rainbowstream + Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more fun directly from terminal. @@ -10,11 +16,11 @@ Streaming API`_ and inspired by `EarthQuake`_ Screenshot ---------- -.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png +.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png :alt: v0.0.1 -.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS(Image).png - :alt: v0.0.2 +.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png + :alt: v0.0.3 Install ------- @@ -39,11 +45,12 @@ Just type and see your stream. -In the case you want to see photos directly in terminal, the command is +I shipped a feature which can display **tweet's images directly on terminal**. +You can try it with: .. code:: bash - rainbow -img 1 # Or rainbow --image 1 + rainbow -iot # Or rainbow --image-on-term In the first time you will be asked for authorization of Rainbow Stream app at Twitter. Just click the “Authorize access” button and paste PIN @@ -82,10 +89,13 @@ Here is full list of supported command **Action Command** - ``home`` will show your timeline. ``home 10`` will print exactly 10 - tweet. + tweets. - ``view @mdo`` will show @mdo ’s timeline. ``view @dmo 9`` will print - exactly 9 tweet. + exactly 9 tweets. + +- ``mentions`` will show mentions timeline. ``mentions 7`` will show + 7 mention tweets. - ``t the rainbow is god's promise to noah`` will tweet exactly *‘the rainbow is god’s promise to noah’* @@ -104,8 +114,24 @@ Here is full list of supported command - ``s #noah`` will search the word *‘noah’*. Result will come back with highlight. +- ``mes @dtvd88 hi`` will send a ``hi`` message to @dtvd88. + - ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer. +- ``ls fl`` will list all your followers (people who are following you). + +- ``ls fr`` will list all your friends (people who you are following). + +- ``inbox`` will show inbox messages. ``inbox 7`` will show newest + 7 message. + +- ``sent`` will show sent messages. ``sent 7`` will show newest + 7 message. + +- ``trash 5`` will remove message with *[message_id=5]*. + +- ``whois @dtvd88`` will show profile of @dtvd88. + - ``fl @dtvd88`` will follow @dtvd88. - ``ufl @dtvd88`` will unfollow @dtvd88.