Update README.rst
[rainbowstream.git] / README.rst
... / ...
CommitLineData
1Rainbow Stream\r
2--------------\r
3\r
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
9\r
10Terminal-based Twitter Client. Realtime tweetstream, compose, search ,\r
11favorite … and much more fun directly from terminal.\r
12\r
13This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_.\r
14\r
15Showcase\r
16----------\r
17Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s\r
18\r
19Screenshot:\r
20\r
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
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
34 sudo pip install rainbowstream\r
35\r
36or try with a virtualenv\r
37\r
38.. code:: bash\r
39\r
40 sudo pip install virtualenv # skip if you already have virtualenv\r
41 virtualenv venv\r
42 source venv/bin/activate # use the brand new virtualenv.\r
43 pip install rainbowstream\r
44\r
45Usage\r
46-----\r
47\r
48The stream\r
49^^^^^^^^^^\r
50\r
51Just type\r
52\r
53.. code:: bash\r
54\r
55 rainbowstream\r
56\r
57and see your stream.\r
58\r
59I shipped a feature which can display **tweet's images directly on terminal**.\r
60You can try it with:\r
61\r
62.. code:: bash\r
63\r
64 rainbowstream -iot # Or rainbowstream --image-on-term\r
65\r
66In the first time you will be asked for authorization of Rainbow Stream\r
67app at Twitter. Just click the “Authorize access” button and paste PIN\r
68number to the terminal, the rainbow will start.\r
69\r
70The interactive mode\r
71--------------------\r
72\r
73While your personal stream is continued, you are also ready to tweet,\r
74search, reply, retweet… directly from console. Simply type “h” and hit\r
75the Enter key to see the help.\r
76\r
77Input is in interactive mode. It means that you can use arrow key to\r
78move up and down history, tab-autocomplete or 2 tab to view available\r
79suggestion. Input history from previous run is available as well.\r
80\r
81Available commands are listed in `Read The Docs`_.\r
82\r
83Theme customization\r
84------------------------\r
85\r
86Rainbow Stream is shipped with some default themes.\r
87You can either change theme by ``theme`` command or create your favorite one.\r
88\r
89Theme’s screenshot:\r
90\r
91- Monokai\r
92\r
93.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Monokai.png\r
94 :alt: monokai\r
95\r
96- Solarized\r
97\r
98.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Solarized.png\r
99 :alt: solarized\r
100\r
101- Tomorrow Night\r
102\r
103.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/TomorrowNight.png\r
104 :alt: tomorrownight\r
105\r
106- Larapaste\r
107\r
108.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/larapaste.png\r
109 :alt: larapaste\r
110\r
111\r
112For detaile information, see `theme usage and customization`_.\r
113\r
114Bug and feature requests\r
115------------------------\r
116\r
117Found a bug or a feature request ?\r
118Please `create an issue`_ or contact me at `@dtvd88`_\r
119\r
120Contributing\r
121------------\r
122I appreciate any help and support. Feel free to `fork`_ and `create a pull request`_.\r
123You will be listed as contributor.\r
124\r
125License\r
126-------\r
127\r
128Rainbow Stream are released under an MIT License. See LICENSE.txt for\r
129details\r
130\r
131\r
132.. _Python Twitter Tool: http://mike.verdone.ca/twitter/\r
133.. _Twitter API: https://dev.twitter.com/docs/api/1.1\r
134.. _create an issue: https://github.com/DTVD/rainbowstream/issues/new\r
135.. _@dtvd88: https://twitter.com/dtvd88\r
136.. _fork: https://github.com/DTVD/rainbowstream/fork\r
137.. _create a pull request: https://github.com/DTVD/rainbowstream/compare/\r
138.. _Read The Docs: http://rainbowstream.readthedocs.org/en/latest/\r
139.. _config guide: https://github.com/DTVD/rainbowstream/blob/master/theme.md\r
140.. _theme usage and customization: https://github.com/DTVD/rainbowstream/blob/master/theme.md\r