Skip to content

Instantly share code, notes, and snippets.

@siyo
Last active December 13, 2015 18:08
Show Gist options
  • Save siyo/4952985 to your computer and use it in GitHub Desktop.
Save siyo/4952985 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
# nikkei tweet / earthquake plugin
#
# gem install moji
#
# e.g. :nikkei http://www.google.com/ #=> http://www.google.com/
#
require 'moji'
Earthquake.init do
command %r|^:nikkei\s+(.+)|, :as => :nikkei do |m|
input(Moji.han_to_zen m[1])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment