Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created May 4, 2012 20:40
Show Gist options
  • Save drobiazko/2597593 to your computer and use it in GitHub Desktop.
Save drobiazko/2597593 to your computer and use it in GitHub Desktop.
Klout score filter
{
"nodes": [
{
"title": "Mentions",
"icon": "images/icons/twitter_64.png",
"top": 118,
"left": 180,
"compID": "twitter_mentions",
"username": "elasticio",
"id": "step_118"
},
{
"title": "Klout Score Filter",
"icon": "images/icons/klout_64.png",
"top": 119,
"left": 429,
"compID": "klout",
"scoreThreshold": "5",
"id": "step_120"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 121,
"left": 661,
"compID": "log",
"level": "debug",
"id": "step_135"
}
],
"connections": [
{
"from": "step_118",
"to": "step_120"
},
{
"from": "step_120",
"to": "step_135"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment