allretweet
[rainbowstream.git] / rainbowstream / config.py
index a77c2cbe73cdb1172e41f4cb0eca11ef00e5959b..e6dba818a2ac7a1a57133089de812a25b9eec51c 100644 (file)
@@ -2,6 +2,14 @@
 SEARCH_MAX_RECORD = 5
 # Default home tweet
 HOME_TWEET_NUM = 5
+# Default retweets show
+RETWEETS_SHOW_NUM = 5
+# Default direct message's number
+MESSAGES_DISPLAY = 5
+# Max trending topics display
+TREND_MAX = 10
+# Autocomplete history
+HISTORY_FILENAME = 'completer.hist'
 
 # Stream Domain
 USER_DOMAIN = 'userstream.twitter.com'
@@ -13,3 +21,7 @@ DOMAIN = USER_DOMAIN
 # Filter and Ignore list ex: ['@fat','@mdo']
 ONLY_LIST = []
 IGNORE_LIST = []
+
+# Image shift and size
+IMAGE_SHIFT = 10
+IMAGE_MAX_HEIGHT = 40