archivebox.cli.archivebox_schedule

Module Contents

Functions

schedule

Manage database-backed scheduled crawls processed by the crawl runner.

main

Manage database-backed scheduled crawls processed by the crawl runner.

API

archivebox.cli.archivebox_schedule.schedule(add: bool = False, show: bool = False, clear: bool = False, foreground: bool = False, run_all: bool = False, quiet: bool = False, every: str | None = None, tag: str = '', depth: int | str = 0, overwrite: bool = False, update: bool = not ARCHIVING_CONFIG.ONLY_NEW, import_path: str | None = None)[source]

Manage database-backed scheduled crawls processed by the crawl runner.

archivebox.cli.archivebox_schedule.main(**kwargs)[source]

Manage database-backed scheduled crawls processed by the crawl runner.