bumped version
[rainbowstream.git] / rainbowstream / colorset / config
1 {
2 // After 120 minutes, the stream will automatically hangup
3 "HEARTBEAT_TIMEOUT" : 120,
4 // Image on term
5 "IMAGE_ON_TERM" : false,
6 // Themes
7 "THEME" : "monokai",
8 // Ascii Art
9 "ASCII_ART" : true,
10 // Hide promt when receive a tweet
11 "HIDE_PROMPT" : true,
12 // Prefix
13 "PREFIX" : "#owner#place#me#keyword",
14 // 'search': search type ('mixed','recent','popular')
15 "SEARCH_TYPE" : "mixed",
16 // 'search': search max result, number over 100 will fallback to 100
17 "SEARCH_MAX_RECORD" : 5,
18 // 'home': default number of home's tweets
19 "HOME_TWEET_NUM" : 5,
20 // 'allrt': default number of retweets
21 "RETWEETS_SHOW_NUM" : 5,
22 // 'conversation': max tweet in a thread
23 "CONVERSATION_MAX" : 30,
24 // 'quote' format
25 "QUOTE_FORMAT" : "#comment RT #owner: #tweet",
26 // 'thread' meta format
27 "THREAD_META_LEFT" : "(#id) #clock",
28 "THREAD_META_RIGHT" : "#clock (#id)",
29 // 'thread' frame's minimum width
30 "THREAD_MIN_WIDTH" : 20,
31 // 'Notification' format
32 "NOTIFY_FORMAT" : " #source_user #notify #clock",
33 // 'inbox','sent': default number of direct message
34 "MESSAGES_DISPLAY" : 5,
35 // 'trend': max trending topics
36 "TREND_MAX" : 10,
37 // List home timeline max
38 "LIST_MAX" : 5,
39 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
40 "ONLY_LIST" : [],
41 "IGNORE_LIST" : [],
42 // Autocomplete history file name
43 "HISTORY_FILENAME" : "completer.hist",
44 // Image margin
45 "IMAGE_SHIFT" : 2,
46 // Image max height
47 "IMAGE_MAX_HEIGHT" : 90,
48 // Seconds to wait before displaying another tweet, will drop all tweets while waiting.
49 "STREAM_DELAY" : 0,
50 // Stream config
51 "USER_DOMAIN" : "userstream.twitter.com",
52 "PUBLIC_DOMAIN" : "stream.twitter.com",
53 "SITE_DOMAIN" : "sitestream.twitter.com",
54 // Format
55 "FORMAT": {
56 "TWEET": {
57 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
58 "DISPLAY" : "\n #name #nick #clock \n \u20AA:#rt_count \u2665:#fa_count id:#id via #client #fav\n #tweet"
59 },
60 "MESSAGE": {
61 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
62 "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message"
63 }
64 }
65 }