add screenshot
[rainbowstream.git] / README.md
... / ...
CommitLineData
1## Rainbow Stream
2This 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
11git clone https://github.com/DTVD/rainbowstream.git
12cd rainbowstream
13pip install -r requirements.txt
14pip install -e .
15```
16*The quick way:*
17* Install everything over the air
18
19```bash
20pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt
21pip install git+https://github.com/DTVD/rainbowstream.git
22```
23**Note the I only support Python version 2.7+**
24
25## Usage
26Let's see the rainbow
27```bash
28rainbowstream
29```
30
31## Screenshot
32
33
34## License
35Rainbow Stream are released under an MIT License.