helsinki-apartment-finder
A python framework for apartment finding in Helsinki
Selects desired apartments, normalizes their parameters based on given ranges, classifies them based on weighted sum of apartment parameters.
With this tool, you can scrape apartment information from oikotie asunnot.
For changing the considered locations, modify the locations_url parameter
The top candidate apartments can be plotted on a radar chart:
The top candidate apartments are sorted based on their ranks:
Before running:
- Install chromedriver
- Configure parameters
Running:
python3 scraper.py
Inspired from: https://github.com/jarvijaakko/Apartment_hunting