Skip to content

Instantly share code, notes, and snippets.

@metalefty
Created June 7, 2012 15:42
Show Gist options
  • Save metalefty/2889522 to your computer and use it in GitHub Desktop.
Save metalefty/2889522 to your computer and use it in GitHub Desktop.
auto_favorite earthquake.gem plugin.
# coding: utf-8
Earthquake.init do
output do |item|
next unless item['id']
async_e { twitter.favorite item['id'] } if config[:auto_favorite] == true
end
end
@ddbbw
Copy link

ddbbw commented Dec 1, 2013

⚡ :plugin_install http://gist.github.com/2889522
⚡ :config auto_favorite true

@jrvans75
Copy link

Earthquake.config[:auto_favorite] = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment