Created
September 27, 2017 14:21
-
-
Save yswallow/3d92c033eb598bd5fe7c8280d6c8dced to your computer and use it in GitHub Desktop.
Twitterを平和にするmikutterプラグイン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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