Skip to content

Instantly share code, notes, and snippets.

@ryumu
Created April 23, 2011 08:00
Show Gist options
  • Save ryumu/938458 to your computer and use it in GitHub Desktop.
Save ryumu/938458 to your computer and use it in GitHub Desktop.
ツイートを全部名無しさんにするearthquake.gemプラグイン。
Earthquake.init do
output_filter do |item|
next unless item['user']
item['user']['screen_name'] = 'nanashi'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment