add screenshot
[rainbowstream.git] / README.md
CommitLineData
91476ec3 1## Rainbow Stream
c267927c 2This is a Twitter timeline on the terminal, base on Python Twitter Tool
91476ec3
O
3
4## Install
c267927c
O
5*The easy way:*
6* Clone this repo
7* Install dependencies
8* Install the package itself
9
91476ec3 10```bash
c267927c
O
11git clone https://github.com/DTVD/rainbowstream.git
12cd rainbowstream
13pip install -r requirements.txt
91476ec3
O
14pip install -e .
15```
c267927c
O
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+**
91476ec3
O
24
25## Usage
c267927c 26Let's see the rainbow
91476ec3
O
27```bash
28rainbowstream
29```
30
31## Screenshot
32
33
34## License
91476ec3 35Rainbow Stream are released under an MIT License.