Update README.rst
[rainbowstream.git] / README.rst
CommitLineData
3108149e 1Rainbow Stream\r
2--------------\r
3\r
3216f3f4
O
4.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
5 :target: https://pypi.python.org/pypi/rainbowstream\r
6\r
7.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat\r
8 :target: https://pypi.python.org/pypi/rainbowstream\r
c96321cc 9\r
3108149e 10Terminal-based Twitter Client. Realtime tweetstream, compose, search ,\r
11favorite … and much more fun directly from terminal.\r
12\r
3216f3f4 13This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_.\r
3108149e 14\r
456019d6 15Showcase\r
3108149e 16----------\r
456019d6
O
17Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s \r
18\r
19Screenshot: \r
3108149e 20\r
3216f3f4
O
21.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png\r
22 :alt: rainbowstream\r
23\r
24.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png\r
25 :alt: rainbowstreamIOT\r
3108149e 26\r
27Install\r
28-------\r
29\r
30You will need Python 2.7+ and pip.\r
31\r
32.. code:: bash\r
33\r
fd9cd791
O
34 sudo pip install rainbowstream\r
35 \r
36\r
37.. code:: bash\r
38\r
39 sudo pip install virtualenv # skip if you already have virtualenv\r
40 virtualenv venv \r
41 source venv/bin/activate # use the brand new virtualenv.\r
3108149e 42 pip install rainbowstream\r
43\r
44Usage\r
45-----\r
46\r
47The stream\r
48^^^^^^^^^^\r
49\r
50Just type\r
51\r
52.. code:: bash\r
53\r
54 rainbow\r
55\r
56and see your stream.\r
57\r
3216f3f4
O
58I shipped a feature which can display **tweet's images directly on terminal**.\r
59You can try it with:\r
4373c17c
O
60\r
61.. code:: bash\r
62\r
c1fa7c94 63 rainbow -iot # Or rainbow --image-on-term\r
4373c17c 64\r
3108149e 65In the first time you will be asked for authorization of Rainbow Stream\r
66app at Twitter. Just click the “Authorize access” button and paste PIN\r
3216f3f4 67number to the terminal, the rainbow will start.\r
3108149e 68\r
69The interactive mode\r
70^^^^^^^^^^^^^^^^^^^^\r
71\r
72While your personal stream is continued, you are also ready to tweet,\r
73search, reply, retweet… directly from console. Simply type “h” and hit\r
f5677fb1 74the Enter key to see the help.\r
3108149e 75\r
76Input is in interactive mode. It means that you can use arrow key to\r
77move up and down history, tab-autocomplete or 2 tab to view available\r
f5677fb1 78suggestion. Input history from previous run is available as well.\r
3108149e 79\r
a38a6465 80Here is full list of supported command:\r
3108149e 81\r
a38a6465 82**Explore Commands**\r
3108149e 83\r
eebc0ae6 84- ``trend`` will show global trending topics. ``trend US`` will show\r
a38a6465
O
85 trends in United States while ``trend JP Tokyo`` will show trends in\r
86 Tokyo/Japan.\r
3108149e 87\r
88- ``home`` will show your timeline. ``home 10`` will print exactly 10\r
e2b81717 89 tweets.\r
3108149e 90\r
a38a6465
O
91- ``mentions`` will show mentions timeline. ``mentions 7`` will show 7\r
92 mention tweets.\r
93\r
94- ``whois @dtvd88`` will show profile of @dtvd88.\r
95\r
3108149e 96- ``view @mdo`` will show @mdo ’s timeline. ``view @dmo 9`` will print\r
e2b81717
O
97 exactly 9 tweets.\r
98\r
a38a6465
O
99- ``s #noah`` will search the word *‘noah’*. Result will come back with\r
100 highlight.\r
101\r
102**Tweet Commands**\r
3108149e 103\r
104- ``t the rainbow is god's promise to noah`` will tweet exactly *‘the\r
a38a6465 105 rainbow is god’s promise to noah’*.\r
3108149e 106\r
107- ``rt 12`` will retweet the tweet with *[id=12]*. You can see id of\r
108 each tweet beside the time.\r
109\r
a38a6465
O
110- ``rep 12 Really`` will reply *‘Really’* to the tweet with *[id=12]*.\r
111\r
3108149e 112- ``fav 12`` will favorite the tweet with *[id=12]*.\r
113\r
a38a6465 114- ``ufav 12`` will unfavorite tweet with *[id=12]*.\r
3108149e 115\r
116- ``del 12`` will delete tweet with *[id=12]*.\r
117\r
a38a6465
O
118- ``show image 12`` will show the image in tweet with *[id=12]* in your\r
119 OS’s image viewer.\r
120\r
121**Direct Messages Commands**\r
122\r
123- ``inbox`` will show inbox messages. ``inbox 7`` will show newest 7\r
124 messages.\r
3108149e 125\r
a38a6465
O
126- ``sent`` will show sent messages. ``sent 7`` will show newest 7\r
127 messages.\r
3108149e 128\r
d286f104
O
129- ``mes @dtvd88 hi`` will send a ``hi`` message to @dtvd88.\r
130\r
a38a6465 131- ``trash 5`` will remove message with *[message\_id=5]*\r
3108149e 132\r
a38a6465
O
133**Friends and followers Commands**\r
134\r
135- ``ls fl`` will list all your followers (people who are following\r
136 you).\r
b8cc314c 137\r
138- ``ls fr`` will list all your friends (people who you are following).\r
139\r
a38a6465 140- ``fl @dtvd88`` will follow @dtvd88.\r
e2b81717 141\r
a38a6465 142- ``ufl @dtvd88`` will unfollow @dtvd88.\r
e2b81717 143\r
a38a6465 144- ``mute @dtvd88`` will mute @dtvd88.\r
e2b81717 145\r
a38a6465 146- ``unmute @dtvd88`` will unmute @dtvd88.\r
e2b81717 147\r
a38a6465 148- ``muting`` will list muting users.\r
f5677fb1 149\r
a38a6465
O
150- ``block @dtvd88`` will block @dtvd88.\r
151\r
152- ``unblock @dtvd88`` will unblock @dtvd88.\r
153\r
154- ``report @dtvd88`` will report @dtvd88 as a spam account.\r
155\r
156**Screening Commands**\r
3108149e 157\r
158- ``h`` will show the help.\r
159\r
160- ``c`` will clear the screen.\r
161\r
162- ``q`` will quit.\r
163\r
a38a6465 164**Switching Stream Commands**\r
eebc0ae6 165\r
a38a6465
O
166- ``switch public #AKB48`` will switch current stream to public stream\r
167 and track keyword ``AKB48``\r
eebc0ae6
O
168\r
169- ``switch public #AKB48 -f`` will do exactly as above but will ask you\r
170 to provide 2 list:\r
171\r
172 ``Only nicks`` decide what nicks will be include only.\r
173\r
a38a6465 174 ``Ignore nicks``\ decide what nicks will be exclude.\r
eebc0ae6
O
175\r
176- ``switch public #AKB48 -d`` will apply filter to *ONLY\_LIST* and\r
177 *IGNORE\_LIST*. You can setup 2 list above at ``config.py``\r
178\r
179- ``switch mine`` will switch current stream to personal stream. ``-f``\r
180 and ``-d`` will work as well.\r
181\r
76cfdd25
O
182**Smart shell**\r
183\r
184- Put anything to terminal, the app will try to eval and display result as a python interactive shell.\r
185\r
186 + ``142857*2`` or ``101**3`` like a calculator.\r
187 + Even ``cal`` will show the calendar for current month.\r
188 + Put ``order_rainbow('anything')`` or ``random_rainow('wahahaha')`` will make more fun :)\r
3216f3f4 189\r
a38a6465 190\r
3108149e 191For example see the screenshot above.\r
192\r
050c4214 193Bug and feature requests\r
36e1924e 194------------------------\r
3108149e 195\r
050c4214 196Found a bug or a feature request ? \r
3216f3f4 197Please `create an issue`_ or contact me at `@dtvd88`_\r
3108149e 198\r
050c4214 199Contributing\r
36e1924e 200------------\r
050c4214
O
201I appreciate any help and support. Feel free to `fork`_ and `create a pull request`_.\r
202You will be listed as contributor.\r
203\r
3108149e 204License\r
205-------\r
206\r
207Rainbow Stream are released under an MIT License. See LICENSE.txt for\r
208details\r
209\r
210\r
211.. _Python Twitter Tool: http://mike.verdone.ca/twitter/\r
bade45d4 212.. _Twitter API: https://dev.twitter.com/docs/api/1.1\r
3108149e 213.. _create an issue: https://github.com/DTVD/rainbowstream/issues/new\r
3216f3f4 214.. _@dtvd88: https://twitter.com/dtvd88\r
050c4214
O
215.. _fork: https://github.com/DTVD/rainbowstream/fork\r
216.. _create a pull request: https://github.com/DTVD/rainbowstream/compare/\r