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