Update README.md
[rainbowstream.git] / README.md
... / ...
CommitLineData
1## Rainbow Stream
2
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)
5
6Terminal-based Twitter Client.
7Realtime tweetstream, compose, search , favorite ... and much more fun directly from terminal.
8
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).
10
11## Showcase
12Screencast:
13https://www.youtube.com/watch?v=tykCvPMJq8s
14<br>
15
16Screenshot:
17![rainbowstream](./screenshot/RainbowStream.png)
18![rainbowstreamIOT](./screenshot/RainbowStreamIOT.png)
19
20
21## Install
22You will need Python 2.7+ and pip.
23
24```bash
25sudo pip install rainbowstream
26```
27
28or try with a virtualenv
29```bash
30sudo pip install virtualenv # skip if you already have virtualenv
31virtualenv venv
32source venv/bin/activate # use the brand new virtualenv.
33pip install rainbowstream
34```
35
36
37## Usage
38#### The stream
39Just type
40```bash
41rainbow
42```
43and see your stream.
44
45I shipped a feature which can display **tweet's images directly on terminal**.
46You can try it with:
47```bash
48rainbow -iot # Or rainbow --image-on-term
49```
50
51In the first time you will be asked for authorization of Rainbow Stream app at Twitter.
52Just click the "Authorize access" button and paste PIN number to the terminal, the rainbow will start.
53
54#### The interactive mode
55
56While your personal stream is continued, you are also ready to tweet, search, reply, retweet... directly from console.
57Simply type "h" and hit the Enter key to see the help.
58
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.
60
61For available commands, please [Read The Docs](http://rainbowstream.readthedocs.org/en/latest/).
62
63For themes and color setting, see [config guide](#)
64
65## Bug and feature requests
66Found a bug or a feature request ?
67Please [create an issue](https://github.com/DTVD/rainbowstream/issues/new)
68or contact me at [@dtvd88](https://twitter.com/dtvd88)
69
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
77## License
78Rainbow Stream are released under an MIT License. See LICENSE.txt for details