Update README.md
[rainbowstream.git] / README.md
CommitLineData
b8c1f42a 1## Rainbow Stream
169b134d 2
0d631c7a
O
3[![Download](http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat)](https://pypi.python.org/pypi/rainbowstream)
4[![Version](http://img.shields.io/pypi/v/rainbowstream.svg?style=flat)](https://pypi.python.org/pypi/rainbowstream)
1e979485 5
b8c1f42a 6Terminal-based Twitter Client.
07d41d27 7Realtime tweetstream, compose, search , favorite ... and much more fun directly from terminal.
cd300211 8
90630e52 9This package is built on top of [Python Twitter Tool](http://mike.verdone.ca/twitter/) and [Twitter API](https://dev.twitter.com/docs/api/1.1).
f5dcec85 10
5fba2a02
O
11## Showcase
12Screencast:
13https://www.youtube.com/watch?v=tykCvPMJq8s
14<br>
12e072c0 15
5fba2a02 16Screenshot:
577df0e3
O
17![rainbowstream](./screenshot/RainbowStream.png)
18![rainbowstreamIOT](./screenshot/RainbowStreamIOT.png)
91476ec3 19
b04861f5 20
91476ec3 21## Install
52974125 22You will need Python 2.7+ and pip.
c267927c
O
23
24```bash
303f38c9
O
25sudo pip install rainbowstream
26```
27
1dd4a2c9 28or try with a virtualenv
303f38c9 29```bash
1dd4a2c9 30sudo pip install virtualenv # skip if you already have virtualenv
303f38c9
O
31virtualenv venv
32source venv/bin/activate # use the brand new virtualenv.
52974125 33pip install rainbowstream
c267927c 34```
91476ec3 35
303f38c9 36
91476ec3 37## Usage
f36f4df7
O
38#### The stream
39Just type
91476ec3 40```bash
20ba76f5 41rainbow
91476ec3 42```
f36f4df7
O
43and see your stream.
44
c1fa7c94
O
45I shipped a feature which can display **tweet's images directly on terminal**.
46You can try it with:
acf4d473 47```bash
c1fa7c94 48rainbow -iot # Or rainbow --image-on-term
acf4d473
O
49```
50
9f72f0f5 51In the first time you will be asked for authorization of Rainbow Stream app at Twitter.
4e2680f6 52Just click the "Authorize access" button and paste PIN number to the terminal, the rainbow will start.
91476ec3 53
f36f4df7 54#### The interactive mode
b800b6ef 55
f3177531 56While your personal stream is continued, you are also ready to tweet, search, reply, retweet... directly from console.
f5677fb1 57Simply type "h" and hit the Enter key to see the help.
f36f4df7 58
f5677fb1 59Input 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. Input history from previous run is available as well.
f36f4df7 60
b800b6ef 61For available commands, please [Read The Docs](http://rainbowstream.readthedocs.org/en/latest/).
3f5ec2a1 62
b800b6ef 63For themes and color setting, see [config guide](#)
72b9e670 64
3aa1d137
O
65## Bug and feature requests
66Found a bug or a feature request ?
b8c1f42a 67Please [create an issue](https://github.com/DTVD/rainbowstream/issues/new)
6a26fca1
O
68or contact me at [@dtvd88](https://twitter.com/dtvd88)
69
3aa1d137
O
70## Contributing
71I appreciate any help and support. Feel free to
72[fork](https://github.com/DTVD/rainbowstream/fork)
73and
74[create a pull request](https://github.com/DTVD/rainbowstream/compare/).
75You will be listed as contributor.
76
f5dcec85 77## License
13b5b854 78Rainbow Stream are released under an MIT License. See LICENSE.txt for details