update screenshot
authorOrakaro <nhatminh_179@hotmail.com>
Sun, 25 May 2014 08:22:21 +0000 (17:22 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sun, 25 May 2014 08:22:21 +0000 (17:22 +0900)
rainbowstream/rainbow.py
screenshot/RainbowStreamv0.0.1.png

index f489c3f67a4a3b097baf3e4f2f4ebd1ebe21c3c5..19a0bfc037b20e1e4700b78b3e6d412a3e7ba378 100644 (file)
@@ -133,7 +133,7 @@ def search():
     t = Twitter(auth=authen())
     rel = t.search.tweets(q='#' + g['stuff'])['statuses']
     printNicely(grey('**************************************************************************************\n'))
-    print('Newest ',SEARCH_MAX_RECORD, ' tweet: \n')
+    print('Newest',SEARCH_MAX_RECORD, 'tweet: \n')
     for i in xrange(5):
         draw(t=rel[i])
     printNicely(grey('**************************************************************************************\n'))
@@ -196,8 +196,6 @@ def stream():
 
     # The Logo
     ascii_art()
-    print("Tip: Press ENTER and type a '?' to see what command mode can do for you")
-    print('\n')
     # These arguments are optional:
     stream_args = dict(
         timeout=args.timeout,
index a41f59e5fc32d4af5f03601dd0f17f41c513606d..6ae1574e40de34ee9055fcddaf02011eb19d3b60 100644 (file)
Binary files a/screenshot/RainbowStreamv0.0.1.png and b/screenshot/RainbowStreamv0.0.1.png differ