Skip to content

Instantly share code, notes, and snippets.

@aibou
Created April 11, 2014 01:52
Show Gist options
  • Save aibou/10436815 to your computer and use it in GitHub Desktop.
Save aibou/10436815 to your computer and use it in GitHub Desktop.
Earthquake.init do
output do |item|
next unless item["_stream"]
if item["text"] =~ /@aibou/i
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