Skip to content

Instantly share code, notes, and snippets.

@yswallow
Created September 27, 2017 14:21
Show Gist options
  • Select an option

  • Save yswallow/3d92c033eb598bd5fe7c8280d6c8dced to your computer and use it in GitHub Desktop.

Select an option

Save yswallow/3d92c033eb598bd5fe7c8280d6c8dced to your computer and use it in GitHub Desktop.
Twitterを平和にするmikutterプラグイン
# RTされたツイートは平和にならない
Plugin.create :make_twitter_cat do
filter_update do |service, msgs|
msgs.map! { |m| m[:message]="にゃ〜ん🐱"; m }
msgs.each { |m| p m.body }
[service, msgs]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment