Skip to content

Instantly share code, notes, and snippets.

@taiyoh
taiyoh / myoutput.rb
Last active December 19, 2015 03:58
# -*- coding: utf-8 -*-
# my output settings
# 出力方法をこちらで決定する
Earthquake.init do
output :tweet do |item|
next unless item["text"]
info = []