image viewer + input history + follow + unfollow
[rainbowstream.git] / rainbowstream / config.py
index 2ede83b246ef6040dbfa1e471e70a5778d54c057..af03a1b144d8146516ace13c9b2e67eb09c68469 100644 (file)
@@ -1,3 +1,21 @@
-# This is PTT App info
-CONSUMER_KEY = 'uS6hO2sV6tDKIOeVjhnFnQ'
-CONSUMER_SECRET = 'MEYTOS97VvlHX7K1rwHPEqVpTSqZ71HtvoK4sVuYk'
+# Max Search record
+SEARCH_MAX_RECORD = 5
+# Default home tweet
+HOME_TWEET_NUM = 5
+# Autocomplete history
+HISTORY_FILENAME = 'completer.hist'
+
+# Stream Domain
+USER_DOMAIN = 'userstream.twitter.com'
+PUBLIC_DOMAIN = 'stream.twitter.com'
+SITE_DOMAIN = 'sitestream.twitter.com'
+# Actually called
+DOMAIN = USER_DOMAIN
+
+# Filter and Ignore list ex: ['@fat','@mdo']
+ONLY_LIST = []
+IGNORE_LIST = []
+
+# Image shift and size
+IMAGE_SHIFT = 10
+IMAGE_MAX_HEIGHT = 300
\ No newline at end of file