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

https://github.com/tsuwatch/niconize

wrapper of mechanize for niconico. You can "timeshift reserve".
https://github.com/tsuwatch/niconize

Last synced: 2 months ago
JSON representation

wrapper of mechanize for niconico. You can "timeshift reserve".

Awesome Lists containing this project

README

        

# Niconize

Wrapper of mechanize for [http://www.nicovideo.jp](http://www.nicovideo.jp)

## Feature

- Login to nicovideo
- Timeshift reserve a niconico live
...and more

## Installation

$ gem install niconize

## Usage
```ruby
require 'niconize'

client = Niconize::Client.new('YOUR_MAIL_ADDRESS', 'PASSWORD')

# timeshift reservation
client.program('lvxxxxxx').reserve
```