Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/844196/comment_move

ニコ生から過去放送分のコメントを取得
https://github.com/844196/comment_move

Last synced: 27 days ago
JSON representation

ニコ生から過去放送分のコメントを取得

Awesome Lists containing this project

README

        

# CommentMove

## Usage

```ruby
require 'comment_move'

lv = NicovideoLiveBrodcast.new.tap do |niconico|
niconico.username = '[email protected]'
niconico.password = 'password'
niconico.create_usersission
end

comment = lv.get_comment 'lv844196'
# => [{:no=>1, :date=>2015-09-28 00:22:02 +0900, :user_id=>"507820", :premium=>true, :type=>"user", :anonymity=>false, :comment=>"540円払ってよくこんな放送できるな"}, ...
```