2011-07-25
* RubyKaigi2011の会期中のTwitterとIRCのログを公開します
日本Ruby会議2011実行委員のおおわだです。
RubyKaigiの終了から1週間ほどが経ちました。ご参加いただいた皆さんは、そろそろ、すっかり日常に戻った頃でしょうか。わたしの身の回りでは、体調を崩しているスタッフをちらほらと見かけますが、皆さん、どうかお疲れの出ませんように!
さて、本題です。
会期中、大ホール及び小ホールのサブスクリーンに表示するために取得していたTwitterとIRCのログを、以下の通りに公開します。
- http://rubykaigi.org/2011/tweets-in-rubykaigi.tar.gz (約8.3MB)
- http://rubykaigi.org/2011/irc-in-rubykaigi.tar.gz (約0.4MB)
Twitterのログは、各ファイル内の1行がひとつのTweetに相当するJSON片となっています。
たとえば、Twitterのログをすべてデータベースに格納して、キーワードで検索できるようなWebアプリをつくってみるのも、いいかもしれません。
- 利用例 : RubyKaigi2011 Tweets (おおわだが用意したサンプル)
どうぞご活用ください!
* irc.rubykaigi.org shutdown
by @darashi, an irc.rubykaigi.org operator
Now irc.rubykaigi.org went down. Thank you. I hope to see you again!
* irc.rubykaigi.org をシャットダウンしました
日本Ruby会議2011実行委員のしだらです。
irc.rubykaigi.org はその役目を終え、シャットダウンいたしました。 ご利用ありがとうございました。
* Twitter logs and IRC logs during RubyKaigi2011 are published.
(by Ohwada @june29, translated by Kazuhiko @fdiary).
How are you guys? We just published Twitter logs and IRC logs during RubyKaigi2011 in the following URIs.
- http://rubykaigi.org/2011/tweets-in-rubykaigi.tar.gz (8.3MB)
- http://rubykaigi.org/2011/irc-in-rubykaigi.tar.gz (0.4MB)
The format of the twitter log is that one tweet is stored in one JSON line.
Here is the sample web application by me that stores all twitter log in the database and supports keyword search.
- RubyKaigi2011 Tweets (Sample application by Ohwada)
I hope you enjoy these data.