fix serious bug in import HTMLParser in Python > 3.4
[rainbowstream.git] / rainbowstream / colorset / config
1 {
2 // Image on term
3 "IMAGE_ON_TERM" : false,
4 // Themes
5 "THEME" : "monokai",
6 // Ascii Art
7 "ASCII_ART" : true,
8 // Prefix
9 "PREFIX" : "",
10 // 'search': max search record
11 "SEARCH_MAX_RECORD" : 5,
12 // 'home': default number of home's tweets
13 "HOME_TWEET_NUM" : 5,
14 // 'allrt': default number of retweets
15 "RETWEETS_SHOW_NUM" : 5,
16 // 'inbox','sent': default number of direct message
17 "MESSAGES_DISPLAY" : 5,
18 // 'trend': max trending topics
19 "TREND_MAX" : 10,
20 // List home timeline max
21 "LIST_MAX" : 5,
22 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
23 "ONLY_LIST" : [],
24 "IGNORE_LIST" : [],
25 // Autocomplete history file name
26 "HISTORY_FILENAME" : "completer.hist",
27 // Image config
28 "IMAGE_SHIFT" : 10,
29 "IMAGE_MAX_HEIGHT" : 40,
30 // Stream config
31 "USER_DOMAIN" : "userstream.twitter.com",
32 "PUBLIC_DOMAIN" : "stream.twitter.com",
33 "SITE_DOMAIN" : "sitestream.twitter.com"
34 }