Otomoto explorer
This repo contains the code used for analysis of otomoto offers some time ago.
Harverster
- Install dependencies
poetry install
yarn install
- Edit the make/model dictionary in harvest.py
CARS = {'make': ['list', 'of', 'desired', 'models'], 'make2': ['another', 'one']}
- Run!
./harvest.py
Jupyter notebook
- Install dependencies (if you haven't done that already)
poetry install
- Run jupyter lab
jupyter lab