Novel Creation and Updates
Commands to create a Novel, show info or update its content
create-novel
Creates a new novel and saves it.
create-novel [OPTIONS]
Options
- -t, --title <title>
Required Title of the novel, this server as the identifier.
- --toc-main-url <toc_main_url>
Required Main URL of the TOC, required if not loading from file.
- --host <host>
Host used for decoding, optional if toc-main-url is provided.
- --author <author>
Name of the novel author.
- --start-date <start_date>
Start date of the novel, should be in the format YYYY-MM-DD, YYYY-MM or YYYY.
- --end-date <end_date>
End date of the novel, should be in the format YYYY-MM-DD, YYYY-MM or YYYY.
- --language <language>
Language of the novel.
- --description <description>
Description of the novel.
- --tag <tags>
Novel tag, you can add multiple of them.
- --cover <cover>
Path of the image to be used as cover.
- --title-in-content <title_in_content>
If the title should be added to the chapter content, overrides the host default option.
- Options:
YES | SEARCH | NO
- --auto-add-host
Automatically add the host to chapter URLs.
- Default:
False
- --force-flaresolver
Force the use of FlareSolver for requests.
- Default:
False
Environment variables
- SCRAPER_NOVEL_TITLE
Provide a default for
-t
show-novel-info
Show information about a novel.
show-novel-info [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
set-metadata
Set metadata for a novel.
set-metadata [OPTIONS]
Options
- -t, --title <title>
Required Title of the novel, this server as the identifier.
- --author <author>
Name of the novel author.
- --start-date <start_date>
Start date of the novel, should be in the format YYYY-MM-DD, YYYY-MM or YYYY.
- --end-date <end_date>
End date of the novel, should be in the format YYYY-MM-DD, YYYY-MM or YYYY.
- --language <language>
Language of the novel.
- --description <description>
Description of the novel.
Environment variables
- SCRAPER_NOVEL_TITLE
Provide a default for
-t
set-cover-image
Set the cover image for a novel.
set-cover-image [OPTIONS]
Options
- -t, --title <title>
Required Title of the novel, this server as the identifier.
- --cover-image <cover_image>
Required Filepath of the cover image.
Environment variables
- SCRAPER_NOVEL_TITLE
Provide a default for
-t
set-scraper-behavior
Set scraper behavior for a novel.
set-scraper-behavior [OPTIONS]
Options
- -t, --title <title>
Required Title of the novel, this server as the identifier.
- --title-in-content <title_in_content>
If the title should be added to the chapter content, overrides the host default option.
- Options:
YES | SEARCH | NO
- --auto-add-host <auto_add_host>
Toggle automatic addition of the host to chapter URLs (use true or false).
- --force-flaresolver <force_flaresolver>
Toggle forcing the use of FlareSolver (use true or false).
- --hard-clean <hard_clean>
Toggle using a hard clean when cleaning HTML files (use true or false).
Environment variables
- SCRAPER_NOVEL_TITLE
Provide a default for
-t
show-scraper-behavior
Show scraper behavior of a novel.
show-scraper-behavior [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