/otomoto-explorer

Primary LanguageJupyter NotebookMIT LicenseMIT

Otomoto explorer

Binder

This repo contains the code used for analysis of otomoto offers some time ago.

Harverster

  1. Install dependencies
poetry install
yarn install
  1. Edit the make/model dictionary in harvest.py
CARS = {'make': ['list', 'of', 'desired', 'models'], 'make2': ['another', 'one']}
  1. Run!
./harvest.py

Jupyter notebook

  1. Install dependencies (if you haven't done that already)
poetry install
  1. Run jupyter lab
jupyter lab