From 0b3c644ea3833f2669f0247b8d8fee30ba6911c3 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 17 May 2025 23:18:27 +0000 Subject: [PATCH] set the min price param in runall --- crawler/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/runall.sh b/crawler/runall.sh index ec02d0d..1a6d8e4 100755 --- a/crawler/runall.sh +++ b/crawler/runall.sh @@ -4,7 +4,7 @@ set -euxo pipefail DATA_DIR="data/rs" -python main.py --data-dir $DATA_DIR dump-listings --max-price 3500 --min-bedrooms 2 --max-bedrooms 4 --district islington -t rent +python main.py --data-dir $DATA_DIR dump-listings --min-price 2500 --max-price 3500 --min-bedrooms 2 --max-bedrooms 4 --district islington -t rent python main.py --data-dir $DATA_DIR dump-details python main.py --data-dir $DATA_DIR dump-images python main.py --data-dir $DATA_DIR detect-floorplan