favorite
[rainbowstream.git] / rainbowstream / config.py
... / ...
CommitLineData
1# This is RainbowStream App info
2CONSUMER_KEY = 'Xk1DGhR1FJa4xjg7GbdogzLJw'
3CONSUMER_SECRET = 'SpHtDmbSGCSm55AAlIeb2PsD3kGEzxyo1325rJgrND5abeOh2T'
4
5# Max Search record
6SEARCH_MAX_RECORD = 5
7# Default home tweet
8HOME_TWEET_NUM = 5
9
10# Stream Domain
11USER_DOMAIN = 'userstream.twitter.com'
12PUBLIC_DOMAIN = 'stream.twitter.com'
13SITE_DOMAIN = 'sitestream.twitter.com'
14# Actually called
15DOMAIN = USER_DOMAIN
16
17# Filter and Ignore list ex: ['@fat','@mdo']
18ONLY_LIST = []
19IGNORE_LIST = []