Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doumanash/syosetu-dump

Provides utility to dump novel from the japanese web novel publishing site
https://github.com/doumanash/syosetu-dump

Last synced: 9 days ago
JSON representation

Provides utility to dump novel from the japanese web novel publishing site

Awesome Lists containing this project

README

        

syosetu-dump
==============

![](https://github.com/DoumanAsh/syosetu-dump/workflows/Rust/badge.svg)

Provides utility to dump novel from the japanese web novel publishing site.

## Usage

```
Utility to download text of the syosetu novels

USAGE: [OPTIONS]

OPTIONS:
-h, --help Prints this help information
--from Specify from which chapter to start dumping. Default: 1.
--to Specify until which chapter to dump.

ARGS:
Id of the novel to dump (e.g. n9185fm)
```

## Convert to EPUB

I recommend to use [pandoc](https://github.com/jgm/pandoc):

```
pandoc --embed-resources --standalone --metadata title="TITLE" -o TITLE.epub TITLE.md
```