Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/844196/comment_move
ニコ生から過去放送分のコメントを取得
https://github.com/844196/comment_move
Last synced: 27 days ago
JSON representation
ニコ生から過去放送分のコメントを取得
- Host: GitHub
- URL: https://github.com/844196/comment_move
- Owner: 844196
- License: mit
- Created: 2015-09-28T17:30:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T00:05:33.000Z (over 8 years ago)
- Last Synced: 2023-08-02T04:55:11.034Z (over 1 year ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/comment_move
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
endcomment = 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円払ってよくこんな放送できるな"}, ...
```