add screenshot
[rainbowstream.git] / README.md
1 ## Rainbow Stream
2 This is a Twitter timeline on the terminal, base on Python Twitter Tool
3
4 ## Install
5 *The easy way:*
6 * Clone this repo
7 * Install dependencies
8 * Install the package itself
9
10 ```bash
11 git clone https://github.com/DTVD/rainbowstream.git
12 cd rainbowstream
13 pip install -r requirements.txt
14 pip install -e .
15 ```
16 *The quick way:*
17 * Install everything over the air
18
19 ```bash
20 pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt
21 pip install git+https://github.com/DTVD/rainbowstream.git
22 ```
23 **Note the I only support Python version 2.7+**
24
25 ## Usage
26 Let's see the rainbow
27 ```bash
28 rainbowstream
29 ```
30
31 ## Screenshot
32
33
34 ## License
35 Rainbow Stream are released under an MIT License.