2 Terminal-based Twitter Client with Streaming API support.
3 Realtime tweetstream, compose, search ... and much more fun directly from terminal.
4 Only supports Python 2.7 or later.
6 This package build on the top of [Python Twitter Tool](http://mike.verdone.ca/twitter/) and [Twitter Streaming API](https://dev.twitter.com/docs/api/streaming) and inspired by [EarthQuake](https://github.com/jugyo/earthquake)
9 
12 You will need Python 2.7+ and pip to install
14 **The recommened way:**
16 * Create virtualenv (optional but recommended)
17 * Install dependencies
18 * Install the package itself
21 git clone git@github.com:DTVD/rainbowstream.git
23 virtualenv venv # Assume that you have virtualenv installed by "pip install virtualenv"
24 source venv/bin/activate
28 * Install everything over the air
31 sudo pip install git+https://github.com/DTVD/rainbowstream.git
42 In the first time you will be asked for authorization of Rainbow Stream app at Twitter.
43 Just click the "Authorize access" button and paste PIN number to the terminal, the rainbow will start.
45 #### The interactive mode
46 While the rainbow stream is continued, you are also ready to tweet, search, reply, retweet... directly from console.
47 Simply hit Enter key and type "h" to view the help
49 Input 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
51 Here is full list of supported command
53 * ```home```will show your timeline. ```home 10``` will print exactly 10 tweet.
55 * ```view @mdo```will show @mdo 's timeline. ```view @dmo 9``` will print exactly 9 tweet.
57 * ```t the rainbow is god's promise to noah```will tweet exactly *'the rainbow is god's promise to noah'*
59 * ```rt 12```will retweet the tweet with *[id=12]*. You can see id of each tweet beside the time.
61 * ```rep 12 Really```will reply *'Really'* to the tweet with *[id=12]*.
63 * ```del 12```will delete thw tweet with *[id=12]*.
65 * ```s #noah```will search the word *'noah'*. Result will come back with highlight.
67 * ```fr```will list all friend (You are following people).
69 * ```fl```will list all follower.
71 * ```h```will show the help.
73 * ```c```will clear the screen.
77 For example see the screenshot above.
80 Please [create an issue](https://github.com/DTVD/rainbowstream/issues/new)
81 or contact me at [@dtvd88](https://twitter.com/dtvd88)
84 Rainbow Stream are released under an MIT License. See LICENSE.txt for details