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 **The recommened way:**
14 * Create virtualenv (optional but recommended)
15 * Install dependencies
16 * Install the package itself
19 git clone https://github.com/DTVD/rainbowstream.git
21 virtualenv venv # Assume that you have virtualenv installed by "pip install virtualenv"
22 source venv/bin/activate
26 * Install everything over the air
29 sudo pip install git+https://github.com/DTVD/rainbowstream.git
31 **Note the I only support Python version 2.7+**
41 In the first time you will be asked for authorization of Rainbow Stream app at Twitter.
42 Just click the "Authorize access" button and paste PIN number to the terminal, the rainbow will start.
44 #### The interactive mode
45 While the rainbow stream is continued, you are also ready to tweet, search, reply, retweet... directly from console.
46 Simply hit Enter key and type "h" to view the help
48 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
50 Here is full list of supported command
55 Show your timeline. A number come after will decide number of tweets to print. Ex 'home 10'.
60 Show @mdo 's timeline.
63 [@dtvd88]t the rainbow is god's promise to noah
65 Tweet exactly 'the rainbow is god's promise to noah'
70 Retweet the tweet with [id=1]. You can see id of each tweet beside the time.
75 Reply 'Really' to the tweet with [id=1].
80 Delete thw tweet with [id=1].
85 Search the word 'noah'. Result will come back with highlight.
90 List all friend (You are following people).
114 Rainbow Stream are released under an MIT License. See LICENSE.txt for details