wrongmove/crawler/rec
Viktor Barzin df24c2c1b7
add cli param for querying properties to rent
example:
python main.py --data-dir data/rs2 dump-listings --max-price 3500 --min-bedrooms 2 --max-bedrooms 4 --district islington -t rent
2025-05-17 21:22:39 +00:00
..
__init__.py merging the visual query answering with the crawler. Monorepo go! 2024-03-01 16:42:48 +01:00
districts.py refactor main.py click to use click commands to allow passing parameters to commands and enable fetching districts by district name 2025-05-14 19:42:08 +00:00
floorplan.py reformat most things 2025-05-07 21:25:40 +00:00
query.py add cli param for querying properties to rent 2025-05-17 21:22:39 +00:00
rightmove_parser.py merging the visual query answering with the crawler. Monorepo go! 2024-03-01 16:42:48 +01:00
routing.py reformat most things 2025-05-07 21:25:40 +00:00
utils.py ruff format 2024-03-25 20:48:48 +00:00