Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Forked from Telltak/gist:973422
Created January 18, 2012 21:38
Show Gist options
  • Save jrgifford/1635881 to your computer and use it in GitHub Desktop.
Save jrgifford/1635881 to your computer and use it in GitHub Desktop.
Earthquake.init do
output do |item|
next unless item["_stream"]
if "#{item["user"]["screen_name"]}"!="jrgifford"
notify "#{item["user"]["screen_name"]}: #{item["text"]}"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment