filter out for furnished properties only

This commit is contained in:
Viktor Barzin 2025-06-03 20:02:29 +00:00
parent 0d3393ed94
commit e50f33ed14
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 16095 additions and 13335 deletions

View file

@ -3,7 +3,7 @@
set -euxo pipefail
DATA_DIR="data/rs"
LISTING_FILTER_OPTIONS="--min-price 2000 --max-price 4000 --min-bedrooms 2 --max-bedrooms 4 -t rent --available-from $(date +%Y-%m-%d) --last-seen-days 7"
LISTING_FILTER_OPTIONS="--min-price 2000 --max-price 4000 --min-bedrooms 2 --max-bedrooms 4 -t rent --available-from $(date +%Y-%m-%d) --last-seen-days 7 --furnish-type furnished"
python main.py --data-dir $DATA_DIR dump-listings $LISTING_FILTER_OPTIONS
python main.py --data-dir $DATA_DIR dump-details

File diff suppressed because it is too large Load diff