Skip to content

Instantly share code, notes, and snippets.

@siyo
Created July 4, 2012 14:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save siyo/3047715 to your computer and use it in GitHub Desktop.
Save siyo/3047715 to your computer and use it in GitHub Desktop.
高木っぽいRT plugin.rb
# -*- coding: utf-8 -*-
# takagi RT
#
# e.g. :takagi $xx
#
Earthquake.init do
command %r|^:takagi\s+(\d+)$|, :as => :takagi do |m|
st = cache.read("status:" + m[1])
input("だったら黙ってろクソが RT @%s %s" % [st["user"]["screen_name"], st["text"]])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment