Commit | Line | Data |
---|---|---|
91476ec3 | 1 | ## Rainbow Stream |
c267927c | 2 | This 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 |
11 | git clone https://github.com/DTVD/rainbowstream.git |
12 | cd rainbowstream | |
13 | pip install -r requirements.txt | |
91476ec3 O |
14 | pip install -e . |
15 | ``` | |
c267927c O |
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+** | |
91476ec3 O |
24 | |
25 | ## Usage | |
c267927c | 26 | Let's see the rainbow |
91476ec3 O |
27 | ```bash |
28 | rainbowstream | |
29 | ``` | |
30 | ||
31 | ## Screenshot | |
32 | ||
33 | ||
34 | ## License | |
91476ec3 | 35 | Rainbow Stream are released under an MIT License. |