this is a project to help automate a complicated house hunt
- gather listings
- spark pipeline to call a real estate api based on a saved search
- optionally save api result to file for iterative development
- save data to mongodb
- TODO "code" listings
- TODO simple web app to browse listings from mongodb
- TODO user can classify each listing as "ideal" or "not ideal"
- TODO train machine learning model
- TODO send suggested listings to user on some regular interval
- if not already installed, ensure you have
python3andpython3-pip make init