This lets you create Nuance Sources for Twitter Public Streams ("all tweets with the word 'phabricator' in it") and Twitter User Streams ("all tweets that mention @phabricator; all tweets by @phabricator; all direct messages to @phabricator, all new followers of @phabricator, etc.) Creation and editing of these is all nice and whatnot.
Once created, they don't do anything though. For that, see the included TwitterSourceDaemon. I can not for the life of my figure out how to use HTTPFuture et al to pull data off these long lived connections...? I've gotten real output once or twice, but its an error about how the return value isn't actually JSON (and it looks like a JSON string...) Is there like a "give me the data that's hit this connection so far" method?