From f2118c9bc488891d149651af421695f86dae5469 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 18 May 2025 21:32:16 +0000 Subject: [PATCH] update runall script to use new command for sourcing routes --- crawler/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/runall.sh b/crawler/runall.sh index 1a6d8e4..d372983 100755 --- a/crawler/runall.sh +++ b/crawler/runall.sh @@ -8,6 +8,6 @@ python main.py --data-dir $DATA_DIR dump-listings --min-price 2500 --max-price 3 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 -#python 5_routing.py | tee -a /tmp/re/5.log | tee -a /tmp/re/log.log +#python main.py --data-dir $DATA_DIR routing --destination-address 'Meta Brock Street' -m transit # NOTE: THIS CONSUMES API CALLS; USE CAREFULLY; add -l to limit number of entries python main.py --data-dir $DATA_DIR export-csv -O data/listings.csv