Update README.md
[rainbowstream.git] / README.md
index 535cfcfdc942cf9d11ab6791e6598291e071937e..565558cf7b28cb95a06fdd2feca75e50639fcdc2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,9 +22,18 @@ Screenshot:
 You will need Python 2.7+ and pip.
 
 ```bash
+sudo pip install rainbowstream
+```
+
+or try with a virtualenv
+```bash
+sudo pip install virtualenv # skip if you already have virtualenv
+virtualenv venv 
+source venv/bin/activate # use the brand new virtualenv.
 pip install rainbowstream
 ```
 
+
 ## Usage
 #### The stream
 Just type
@@ -69,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]*.
 
@@ -112,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`
@@ -135,6 +139,21 @@ You can setup 2 list above at `config.py`
 
 * `switch mine` will switch current stream to personal stream. `-f` and `-d` will work as well.
 
+__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_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.
 
 ## Bug and feature requests