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".
- Host: GitHub
- URL: https://github.com/tsuwatch/niconize
- Owner: tsuwatch
- License: mit
- Created: 2013-10-31T09:37:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T11:33:27.000Z (over 10 years ago)
- Last Synced: 2025-03-15T06:16:01.226Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```