注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
ruby-dmm Client for the DMM Web Service API 2.0. Installation Add this line to your application's... ruby-dmm Client for the DMM Web Service API 2.0. Installation Add this line to your application's Gemfile: gem 'ruby-dmm' And then execute: $ bundle Or install it yourself as: $ gem install ruby-dmm Usage client = DMM.new(:api_id => "your_api_id", :affiliate_id => "your_affiliate_id", :result_only => true) response = client.order("date").limit(5).item_list("妄想") response.items.map {|item| item.tit
2013/11/27 リンク