X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fconfig.py;h=ed9b348f7187764ef38ce4c8b8b9aaa2bac3307a;hb=d286f104862476fd637ee14314beb44784537805;hp=a77c2cbe73cdb1172e41f4cb0eca11ef00e5959b;hpb=085fd3185766db88a8825b10eed72c5fcc1729ed;p=rainbowstream.git diff --git a/rainbowstream/config.py b/rainbowstream/config.py index a77c2cb..ed9b348 100644 --- a/rainbowstream/config.py +++ b/rainbowstream/config.py @@ -2,6 +2,10 @@ SEARCH_MAX_RECORD = 5 # Default home tweet HOME_TWEET_NUM = 5 +# Default direct message's number +MESSAGES_DISPLAY = 5 +# Autocomplete history +HISTORY_FILENAME = 'completer.hist' # Stream Domain USER_DOMAIN = 'userstream.twitter.com' @@ -13,3 +17,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