archivebox.cli.archivebox_schedule

Module Contents

Functions

schedule

Set ArchiveBox to regularly import URLs at specific times using cron

main

Set ArchiveBox to regularly import URLs at specific times using cron

Data

CRON_COMMENT

API

archivebox.cli.archivebox_schedule.CRON_COMMENT[source]

‘ArchiveBox’

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, out_dir: pathlib.Path = DATA_DIR) None[source]

Set ArchiveBox to regularly import URLs at specific times using cron

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

Set ArchiveBox to regularly import URLs at specific times using cron