Merge branch 'master' of github.com:DTVD/rainbowstream
[rainbowstream.git] / rainbowstream / config.py
... / ...
CommitLineData
1# Max Search record
2SEARCH_MAX_RECORD = 5
3# Default home tweet
4HOME_TWEET_NUM = 5
5
6# Stream Domain
7USER_DOMAIN = 'userstream.twitter.com'
8PUBLIC_DOMAIN = 'stream.twitter.com'
9SITE_DOMAIN = 'sitestream.twitter.com'
10# Actually called
11DOMAIN = USER_DOMAIN
12
13# Filter and Ignore list ex: ['@fat','@mdo']
14ONLY_LIST = []
15IGNORE_LIST = []