# Editor
*sublime*
.tag*
+*.swp*
+*.swo*
# Virtualenv
/venv/*
# History completer
-completer.hist
\ No newline at end of file
+completer.hist
+
+# Consumer
+rainbowstream/consumer.py
"nick" : "grey",
"clock" : "grey",
"id" : "grey",
- "favourite" : "light_green",
+ "favorited" : "light_green",
"rt" : "grey",
"link" : "light_cyan",
"keyword" : "on_light_yellow"
"days": "grey",
"today": "on_grey"
}
-}
\ No newline at end of file
+}
"nick" : "term_112",
"clock" : "term_57",
"id" : "term_166",
- "favourite" : "term_50",
+ "favorited" : "term_50",
"rt" : "term_179",
"link" : "term_74",
"keyword" : "on_light_green"
"days": "term_57",
"today": "on_light_blue"
}
-}
\ No newline at end of file
+}
"nick" : "term_64",
"clock" : "term_32",
"id" : "term_124",
- "favourite" : "term_64",
+ "favorited" : "term_64",
"rt" : "term_66",
"link" : "term_23",
"keyword" : "on_light_green"
"days": "term_64",
"today": "on_light_green"
}
-}
\ No newline at end of file
+}
meta = color_func(c['TWEET']['clock'])(
'[' + clock + '] ') + color_func(c['TWEET']['id'])('[id=' + str(rid) + '] ')
if favorited:
- meta = meta + color_func(c['TWEET']['favorite'])(u'\u2605')
+ meta = meta + color_func(c['TWEET']['favorited'])(u'\u2605')
tweet = text.split()
# Replace url
if expanded_url: