# instagrab config
# CDP endpoint of the long-lived Chrome service.
= "http://127.0.0.1:9222"
# JSONL file. Each run appends one line per username plus any alert lines.
= "/var/lib/instagrab/runs.jsonl"
# Per-run sleep between profiles, in seconds (uniform random in [min, max]).
= 30
= 75
# Per-username navigation/wait budget.
= 20
# Only keep recent_posts whose taken_at_timestamp falls within the last N days.
# 0 disables the filter. With time_window_days > 0, instagrab also paginates
# (scrolls the profile grid) past the initial 12 posts until the oldest
# captured post is older than the window.
= 7
# Safety cap on pagination scrolls per profile. Each iteration is ~2.5s.
= 8
# If set, download each kept post's display_url to <images_dir>/<username>/<shortcode>.jpg.
# Idempotent: existing files are kept. Empty string disables image download.
= "./images"
# Profiles to scrape. Leading @ is allowed and stripped.
= ["inch.press"]