Update README.rst
[rainbowstream.git] / README.rst
CommitLineData
3108149e 1Rainbow Stream\r
2--------------\r
3\r
d7fbaba9
O
4.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
5 :target: https://pypi.python.org/pypi/rainbowstream\r
3216f3f4 6\r
d7fbaba9
O
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
80fa0f3a 13This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_,\r
687567eb 14can run on Python 2.7.x and 3.x .\r
091aaddc 15\r
3108149e 16\r
456019d6 17Showcase\r
b13c6a0d 18--------\r
456019d6 19\r
bd48f980 20.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/rs.gif\r
99087831 21 :alt: gif\r
997c0570 22\r
3108149e 23Install\r
24-------\r
25\r
45e6bb0d
O
26The quick way\r
27^^^^^^^^^^^^^\r
28\r
8e004f8d 29You will need Python and pip (2.7.x or 3.x).\r
3108149e 30\r
31.. code:: bash\r
32\r
fd9cd791 33 sudo pip install rainbowstream\r
8e004f8d 34 # Python 3 users: sudo pip3 install rainbowstream\r
b84845b9 35\r
b84845b9 36\r
45e6bb0d
O
37The recommended way\r
38^^^^^^^^^^^^^^^^^^^\r
39\r
40Use `virtualenv`_\r
fd9cd791
O
41\r
42.. code:: bash\r
43\r
b84845b9 44 virtualenv venv\r
45e6bb0d
O
45 # Python 3 users : use -p to specify your Python 3 localtion as below\r
46 # virtualenv -p /usr/bin/python3 venv\r
47 source venv/bin/activate\r
3108149e 48 pip install rainbowstream\r
49\r
80fa0f3a
O
50Troubleshooting\r
51^^^^^^^^^^^^^^^\r
52\r
cfe34c93 53If you use Linux, you might need to install some packages if you haven't already. \r
c30d954c
O
54For debian-based distros, these can be installed with\r
55\r
56.. code:: bash\r
57\r
41c009e2 58 sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r
cfe34c93 59 sudo pip install rainbowstream\r
c30d954c
O
60\r
61Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with\r
80fa0f3a 62the ``Pillow`` package installation - a dependency of this app.\r
cfe34c93
O
63If you are in this case, I recommend take a look at `Issue #10`_ and let me know if this workaround doesn't work for you.\r
64\r
65.. code:: bash\r
66\r
67 export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future\r
68 sudo pip install rainbowstream\r
69\r
70If installation in *the quick way* doesn't work, first try to use the *virtualenv way* before creating an issue.\r
71In the issue, please provide following information:\r
72\r
73- Your OS\r
74- Your Python version\r
45e6bb0d 75\r
3108149e 76Usage\r
77-----\r
78\r
79The stream\r
80^^^^^^^^^^\r
81\r
82Just type\r
83\r
84.. code:: bash\r
85\r
9f37426f 86 rainbowstream\r
3108149e 87\r
88and see your stream.\r
89\r
3216f3f4
O
90I shipped a feature which can display **tweet's images directly on terminal**.\r
91You can try it with:\r
4373c17c
O
92\r
93.. code:: bash\r
94\r
9f37426f 95 rainbowstream -iot # Or rainbowstream --image-on-term\r
4373c17c 96\r
99037620
O
97You also can change the config key ``IMAGE_ON_TERM`` to ``True`` inside the app \r
98to enable above feature, \r
99change ``IMAGE_SHIFT`` to set image's margin (relative to your terminal's width) \r
100or ``IMAGE_MAX_HEIGHT`` to control max height of every image.\r
101(see `config management`_ section).\r
89d0f21f 102\r
3108149e 103In the first time you will be asked for authorization of Rainbow Stream\r
104app at Twitter. Just click the “Authorize access” button and paste PIN\r
3216f3f4 105number to the terminal, the rainbow will start.\r
3108149e 106\r
107The interactive mode\r
9348f8ed 108^^^^^^^^^^^^^^^^^^^^\r
3108149e 109\r
110While your personal stream is continued, you are also ready to tweet,\r
111search, reply, retweet… directly from console. Simply type “h” and hit\r
f5677fb1 112the Enter key to see the help.\r
3108149e 113\r
114Input is in interactive mode. It means that you can use arrow key to\r
115move up and down history, tab-autocomplete or 2 tab to view available\r
f5677fb1 116suggestion. Input history from previous run is available as well.\r
3108149e 117\r
b913cd75 118Available commands are listed in `Read The Docs`_.\r
3108149e 119\r
b913cd75 120Theme customization\r
9348f8ed 121^^^^^^^^^^^^^^^^^^^\r
b913cd75 122\r
06302419 123Rainbow Stream is shipped with some default themes.\r
b913cd75
O
124You can either change theme by ``theme`` command or create your favorite one.\r
125\r
547283bf 126Theme’s screenshot:\r
19d6c002 127\r
06302419
O
128- Monokai\r
129\r
547283bf
O
130.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Monokai.png\r
131 :alt: monokai\r
19d6c002 132\r
06302419
O
133- Solarized\r
134\r
547283bf
O
135.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Solarized.png\r
136 :alt: solarized\r
137\r
98258022
O
138- Tomorrow Night\r
139\r
140.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/TomorrowNight.png\r
141 :alt: tomorrownight\r
142\r
143- Larapaste\r
144\r
145.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/larapaste.png\r
146 :alt: larapaste\r
147\r
b913cd75 148For detaile information, see `theme usage and customization`_.\r
3108149e 149\r
9348f8ed 150\r
050c4214 151Bug and feature requests\r
36e1924e 152------------------------\r
3108149e 153\r
b84845b9 154Found a bug or a feature request ?\r
3216f3f4 155Please `create an issue`_ or contact me at `@dtvd88`_\r
3108149e 156\r
2d341029
O
157Development\r
158-----------\r
159\r
160If you want to build a runnable version yourself, follow these simple\r
161steps\r
162\r
163- `Create your own Twitter Application`_\r
164- Get your Twitter application’s API key and secret\r
a80d4179 165- Fork this repo and clone in your system.\r
b145ada0 166- Create a file ``consumer.py`` in `rainbowstream`_ folder with\r
2d341029
O
167 following content\r
168\r
169 .. code:: python\r
170\r
171 # Consumer information\r
172 CONSUMER_KEY = 'APIKey' # Your Twitter application's API key\r
173 CONSUMER_SECRET = 'APISecret' # Your Twitter application's API secret\r
174\r
175- Use pip to install in local\r
176\r
177 .. code:: bash\r
178\r
a80d4179 179 # cd to directory which contains setup.py (cloned directory)\r
2d341029
O
180 virtualenv venv # Python3 users: use -p to specify python3\r
181 source venv/bin/activate\r
182 pip install -e .\r
a80d4179
O
183 which rainbowstream # /this-directory/venv/bin/rainbowstream\r
184 pip list | grep rainbowstream # rainbowstream (0.x.x, /this-directory)\r
185 # Remove ~/.rainbow_oauth if exists\r
2d341029
O
186 rainbowstream # local version of rainbowstream\r
187\r
188\r
050c4214 189Contributing\r
36e1924e 190------------\r
050c4214
O
191I appreciate any help and support. Feel free to `fork`_ and `create a pull request`_.\r
192You will be listed as contributor.\r
193\r
3108149e 194License\r
195-------\r
196\r
197Rainbow Stream are released under an MIT License. See LICENSE.txt for\r
198details\r
199\r
200\r
201.. _Python Twitter Tool: http://mike.verdone.ca/twitter/\r
bade45d4 202.. _Twitter API: https://dev.twitter.com/docs/api/1.1\r
3108149e 203.. _create an issue: https://github.com/DTVD/rainbowstream/issues/new\r
3216f3f4 204.. _@dtvd88: https://twitter.com/dtvd88\r
050c4214
O
205.. _fork: https://github.com/DTVD/rainbowstream/fork\r
206.. _create a pull request: https://github.com/DTVD/rainbowstream/compare/\r
670e8049 207.. _Read The Docs: http://rainbowstream.readthedocs.org/en/latest/\r
b52327dc 208.. _config guide: https://github.com/DTVD/rainbowstream/blob/master/theme.md\r
b913cd75 209.. _theme usage and customization: https://github.com/DTVD/rainbowstream/blob/master/theme.md\r
2d341029 210.. _Create your own Twitter Application: https://apps.twitter.com/app/new\r
b145ada0 211.. _rainbowstream: https://github.com/DTVD/rainbowstream/tree/master/rainbowstream\r
45e6bb0d 212.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/\r
98f3deaa 213.. _config management: http://rainbowstream.readthedocs.org/en/latest/#config-explanation\r
3ac213c1
O
214.. _clang unknown argument: http://kaspermunck.github.io/2014/03/fixing-clang-error/\r
215.. _Issue #10: https://github.com/DTVD/rainbowstream/issues/10\r