2 Terminal-based Twitter Client with Streaming API support. Only supports Python 2.7 or later.
4 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)
7 
12 * Create virtualenv (optional but recommended)
13 * Install dependencies
14 * Install the package itself
17 git clone https://github.com/DTVD/rainbowstream.git
20 source venv/bin/activate
21 pip install -r requirements.txt
25 * Install everything over the air
28 pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt
29 pip install git+https://github.com/DTVD/rainbowstream.git
31 **Note the I only support Python version 2.7+**
40 Rainbow Stream are released under an MIT License. See below for details
42 Copyright (c) 2014 Vu Nhat Minh
44 Permission is hereby granted, free of charge, to any person
45 obtaining a copy of this software and associated documentation
46 files (the "Software"), to deal in the Software without
47 restriction, including without limitation the rights to use,
48 copy, modify, merge, publish, distribute, sublicense, and/or sell
49 copies of the Software, and to permit persons to whom the
50 Software is furnished to do so, subject to the following
53 The above copyright notice and this permission notice shall be
54 included in all copies or substantial portions of the Software.
56 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
57 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
58 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
59 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
60 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
61 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
62 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
63 OTHER DEALINGS IN THE SOFTWARE.