0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Client library for ComicWalker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

ComicWalker

Gem Version Code Climate

Client library for ComicWalker.

Installation

Add this line to your application's Gemfile:

gem 'comic_walker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install comic_walker

Usage

CLI

% comic-walker save KDCW_KS04000001010001_68
item/xhtml/p-cover.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/000_p-cover.jpg
item/xhtml/p-001.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/001_p-001.jpg
item/xhtml/p-002.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/002_p-002.jpg
item/xhtml/p-white.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/003_p-white.jpg
item/xhtml/p-004.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/004_p-004.jpg
(snip)
% comic-walker contents
冴えない彼女の育てかた http://comic-walker.com/contents/detail/KDCW_FS02000006010000_68
  Updated: 2014-03-24 13:39:24
  Deliver: 2014-03-24 13:35:00 - 2064-03-12 17:54:00
  Episodes:
    第1話 http://comic-walker.com/viewer/?cid=KDCW_FS02000006010001_68
  Next: 2014-04-01 00:00:00
(snip)

Contributing

  1. Fork it ( https://github.com/eagletmt/comic_walker/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request