Skip to content

Instantly share code, notes, and snippets.

@siyo
Created October 11, 2011 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siyo/1279379 to your computer and use it in GitHub Desktop.
Save siyo/1279379 to your computer and use it in GitHub Desktop.
tweetをマトリックス(映画)っぽくしたくなったとき用 earthquake plugin
# zalgo tweet / earthquake plugin
#
# e.g. :zalgo Hello,World!
#
Earthquake.init do
command :zalgo do |m|
s = open(URI.encode("http://zalgo-text.jgate.de/convert?q=#{m[1]}")){|f| f.read}
input(":update #{s}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment