X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=docs%2Findex.rst;h=5152f4fd22065d7b220873b58494c60b47f59f73;hb=e9c756ae4bdb855d44fba37eb96d97d0b4a971e9;hp=76167ed8051e228907120de6ed6ab3954095d79d;hpb=ee82b293885a90d84f4c79ffb67a804ada423208;p=rainbowstream.git diff --git a/docs/index.rst b/docs/index.rst index 76167ed..5152f4f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,10 +1,10 @@ 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/l/rainbowstream.svg?style=flat-square + :target: https://github.com/DTVD/rainbowstream/blob/master/LICENSE.txt -.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat +.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square :target: https://pypi.python.org/pypi/rainbowstream Terminal-based Twitter Client. Realtime tweetstream, compose, search , @@ -13,6 +13,10 @@ favorite … and much more fun directly from terminal. This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, can run on Python 2.7.x and 3.x . +Home page : http://www.rainbowstream.org/ + +Source code : https://github.com/DTVD/rainbowstream + Install ------- @@ -150,7 +154,9 @@ Here is full list of supported command: - ``conversation 12`` will show the chain of replies prior to the tweet with *[id=12]*. -- ``rep 12 Really`` will reply *‘Really’* to the tweet with *[id=12]*. +- ``rep 12 Really`` will reply *‘Really’* to the owner of the tweet with *[id=12]*. + +- ``repall 12 Really`` will reply *‘Really’* to all people in the tweet with *[id=12]*. - ``fav 12`` will favorite the tweet with *[id=12]*. @@ -319,7 +325,12 @@ You also can view or set a new value of every config key by ``config`` command ( - ``HIDE_PROMPT``: hide prompt after receiving a tweet or not. -- ``PREFIX``: display string of prompt. +- ``PREFIX``: display formated string of prompt. + + + ``#me``: Your username with '@', only available in personal stream. + + ``#place``: List name, only available in list stream. + + ``#owner``: Owner of list name, only available in list stream. + + ``#keyword``: Keyword, only available on public stream. - ``SEARCH_TYPE``: search type in 'search' command ('mixed','recent','popular').