## Rainbow Stream
-
-A rainbow stream console for Twitter.
-Base on Python Twitter Tool
+This is a Twitter timeline on the terminal, base on Python Twitter Tool
## Install
-With python 2.7+ You can:
+*The easy way:*
+* Clone this repo
+* Install dependencies
+* Install the package itself
+
```bash
-git clone
-pip install requirements.txt
+git clone https://github.com/DTVD/rainbowstream.git
+cd rainbowstream
+pip install -r requirements.txt
pip install -e .
```
+*The quick way:*
+* Install everything over the air
+
+```bash
+pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt
+pip install git+https://github.com/DTVD/rainbowstream.git
+```
+**Note the I only support Python version 2.7+**
## Usage
+Let's see the rainbow
```bash
rainbowstream
```
## License
-
Rainbow Stream are released under an MIT License.