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