Chapter Requesting and Scraping

Commands to request and save Chapters HTML files to the local disk, or to scrap its contents.

request-all-chapters

Request all chapters of a novel.

request-all-chapters [OPTIONS]

Options

-t, --title <title>

Required Title of the novel, this server as the identifier.

--sync-toc

Reload the TOC before requesting chapters.

--update-html, --no-update-html

If the chapter HTML is saved, it will be updated.

Default:

False

--clean-chapters

If the chapter HTML should be cleaned upon saving.

Default:

False

Environment variables

SCRAPER_NOVEL_TITLE

Provide a default for -t

show-chapters

Show chapters of a novel.

show-chapters [OPTIONS]

Options

-t, --title <title>

Required Title of the novel, this server as the identifier.

Environment variables

SCRAPER_NOVEL_TITLE

Provide a default for -t

show-toc

Show the TOC of a novel.

show-toc [OPTIONS]

Options

-t, --title <title>

Required Title of the novel, this server as the identifier.

Environment variables

SCRAPER_NOVEL_TITLE

Provide a default for -t