X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=49a7c956b6ae9f6af36b60c13374358ba0b5e1e2;hp=c2ef135fab86998fe2c9703ed67b7153a6e3206d;hb=d286f104862476fd637ee14314beb44784537805;hpb=eccdc3c0d902ec867427c37051e23ceef11be4cd diff --git a/README.rst b/README.rst index c2ef135..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,9 +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/RainbowStreamIOT.png + :alt: v0.0.3 Install ------- @@ -37,6 +45,13 @@ Just type and see your stream. +I shipped a feature which can display **tweet's images directly on terminal**. +You can try it with: + +.. code:: bash + + 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 number to the terminal, the rainbow will start. @@ -46,11 +61,11 @@ The interactive mode While your personal stream is continued, you are also ready to tweet, search, reply, retweet… directly from console. Simply type “h” and hit -the Enter key to see the help +the Enter key to see the help. Input is in interactive mode. It means that you can use arrow key to move up and down history, tab-autocomplete or 2 tab to view available -suggestion +suggestion. Input history from previous run is available as well. Here is full list of supported command @@ -74,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’* @@ -96,9 +114,27 @@ Here is full list of supported command - ``s #noah`` will search the word *‘noah’*. Result will come back with highlight. -- ``fr`` will list all friend (You are following people). +- ``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. -- ``fl`` will list all follower. +- ``ufl @dtvd88`` will unfollow @dtvd88. - ``h`` will show the help. @@ -111,8 +147,7 @@ For example see the screenshot above. Bug Report ---------- -Please `create an issue`_ or contact me at -[@dtvd88](https://twitter.com/dtvd88) +Please `create an issue`_ or contact me at `@dtvd88`_ License ------- @@ -125,3 +160,4 @@ details .. _Twitter Streaming API: https://dev.twitter.com/docs/api/streaming .. _EarthQuake: https://github.com/jugyo/earthquake .. _create an issue: https://github.com/DTVD/rainbowstream/issues/new +.. _@dtvd88: https://twitter.com/dtvd88