Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikuchy/aozorizer
https://github.com/kikuchy/aozorizer
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kikuchy/aozorizer
- Owner: kikuchy
- Created: 2014-05-05T17:24:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T17:26:29.000Z (over 10 years ago)
- Last Synced: 2024-12-20T05:02:56.333Z (6 days ago)
- Language: Perl
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aozorizer
Small script for making (.kepub).epub file from pixiv to read novel on kobo touch.
## Dependency
- carton ... you need `carton` to install depending CPAN modules.
## Setup
First, clone this repository.
Second, download `AozoraEpub3` from [物置Wiki - AozoraEpub3](http://www18.atwiki.jp/hmdev/pages/21.html) and extract all files to this repository directory.
Third, open repository directory in terminal, install CPAN modules.
```
$ carton install
```## Usage
```
$ carton exec perl aozorize.pl
```For example, to make Epub of `http://www.pixiv.net/novel/show.php?id=3025071`,
```
$ carton exec perl aozorize.pl http://www.pixiv.net/novel/show.php?id=3025071
```and you can find the Epub file in current directory.