Update README.rst
[rainbowstream.git] / rainbowstream / config.py
1 # Max Search record
2 SEARCH_MAX_RECORD = 5
3 # Default home tweet
4 HOME_TWEET_NUM = 5
5
6 # Stream Domain
7 USER_DOMAIN = 'userstream.twitter.com'
8 PUBLIC_DOMAIN = 'stream.twitter.com'
9 SITE_DOMAIN = 'sitestream.twitter.com'
10 # Actually called
11 DOMAIN = USER_DOMAIN
12
13 # Filter and Ignore list ex: ['@fat','@mdo']
14 ONLY_LIST = []
15 IGNORE_LIST = []
16
17 # Image size
18 IMAGE_SHIFT = 10
19 IMAGE_MAX_HEIGHT = 30