This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
require 'rubygems' | |
require 'twitter' | |
require 'gdbm' | |
require 'json' | |
require 'tweetstream' | |
# configure | |
OAUTH_CONFIG = Proc.new do |config| | |
config.consumer_key = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# OSX only | |
%w/ubygems grope open-uri term\/ansicolor/.each {|g| require g } | |
COLORS = { | |
'warning' => :yellow, | |
'error' => :red | |
} | |
def main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOUN_PREFIX = %w|こんもりした 恥じらうような たわわに実る 熟れた | |
爛れた 濡れた 黒光りする びっしりと密生した もりあがった | |
甘美な びしょ濡れの ぐしょ濡れの むっちりとした むっちりした 柔らかな | |
突起した 盛り上がった 嗚咽にも似た ピンク色の 薄紫色の | |
一糸纏わぬ 光沢のある 熱のこもった ヌメヌメとした ヌルヌルとした | |
| | |
VERB_PREFIX = %w|こんもりと 恥じらいながら 恥じらうように たわわに実らせて | |
ぐっしょりと びっしょりと たわわに 微かに 大胆にも もじもじと | |
| |