archivebox.cli.archivebox_schedule
Module Contents
Functions
Manage database-backed scheduled crawls processed by the crawl runner. |
|
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.