Skip to content

Instantly share code, notes, and snippets.

@ustreamer-01647
ustreamer-01647 / myoutput.rb
Last active December 20, 2015 20:48 — forked from taiyoh/myoutput.rb
ツイートごとの区切り線「-----」行を削除
# -*- coding: utf-8 -*-
# my output settings
# 出力方法をこちらで決定する
Earthquake.init do
output :tweet do |item|
next unless item["text"]
info = []