だるろぐ

だるいぶろぐです

2010-03-17から1日間の記事一覧

rubyとDataMapperでTwitter bot作った

その名も窓bot。 GitHub - hirafoo/mado_bot: Twitter bot, made by ruby, DataMapper 窓bot (@mado_bot) | Twitter 数日前から動かしてました。100行足らずのコードでbotが作れたりする。 何をするbotかというと 「窓」を含んだ発言をTwitter Search APIか…

俺のテスト

テストを書こう。 use strict; use warnings; use Hirafoo; use Test::More; my $hirafoo = Hirafoo->new; is ($hirafoo->air, "Can't read", "readable air ?"); is ($hirafoo->feel, "darui", "how about the feeling ?"); is ($hirafoo->personality, "po…