Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doumanash/syosetu-dump
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2020-10-19T14:06:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T07:25:12.000Z (about 2 months ago)
- Last Synced: 2024-10-11T14:17:23.586Z (26 days ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 novelsUSAGE: [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
```