color from draw
[rainbowstream.git] / README.md
index 49b01f8203284e61c9ba383f937c89af4b30b144..565558cf7b28cb95a06fdd2feca75e50639fcdc2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ You will need Python 2.7+ and pip.
 sudo pip install rainbowstream
 ```
 
-or try it with a virtualenv
+or try with a virtualenv
 ```bash
-pip install virtualenv # skip if you already have virtualenv
+sudo pip install virtualenv # skip if you already have virtualenv
 virtualenv venv 
 source venv/bin/activate # use the brand new virtualenv.
 pip install rainbowstream
@@ -78,6 +78,9 @@ __Tweet Commands__
 * `t the rainbow is god's promise to noah` will tweet exactly *'the rainbow is god's promise to noah'*.
 
 * `rt 12` will retweet the tweet with *[id=12]*. You can see id of each tweet beside the time.
+* `allrt 12 20` will list 20 newest retweets of the tweet with *[id=12]*. 
+If the number of retweets is not specified, 5 newest retweets will be listed instead.
 
 * `rep 12 Really` will reply *'Really'* to the tweet with *[id=12]*.
 
@@ -121,14 +124,6 @@ __Friends and followers Commands__
 
 * `report @dtvd88` will report @dtvd88 as a spam account.
 
-__Screening Commands__
-
-* `h` will show the help.
-
-* `c` will clear the screen.
-
-* `q` will quit.
-
 __Switching Stream Commands__
 
 * `switch public #AKB48` will switch current stream to public stream and track keyword `AKB48`
@@ -149,7 +144,15 @@ __Smart shell__
 * Put anything to terminal, the app will try to eval and display result as a python interactive shell.
   * `142857*2` or `101**3` like a calculator.
   * Even `cal` will show the calendar for current month.
-  * Put `order_rainbow('anything')` or `random_rainow('wahahaha')` will make more fun :)
+  * Put `order_rainbow('anything')` or `random_rainbow('wahahaha')` will make more fun :)
+
+__Screening Commands__
+
+* `h` will show the help.
+
+* `c` will clear the screen.
+
+* `q` will quit.
 
 For example see the screenshot above.