Skip to content

Instantly share code, notes, and snippets.

@chris-x86-64
Last active December 21, 2015 19:30
Show Gist options
  • Save chris-x86-64/6355093 to your computer and use it in GitHub Desktop.
Save chris-x86-64/6355093 to your computer and use it in GitHub Desktop.
studying mikutter plugin
# -*- coding: utf-8 -*-
Plugin.create(:progress) do
filter_show_filter do |msgs|
[
msgs.map do |m|
if m and !m[:retweeted_status]
m[:message] = "進捗どうですか"
end
m
end
]
end
end
@chris-x86-64
Copy link
Author

まだです

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