- Install Poetry -
make poetry-install
- Install dependencies -
make dep-install
There are two main scripts:
converter.py
- reads Google sheets and generates JSONs with extracted informationenrich_with_pdv.py
- reads generated JSON files and downloads and adjusts paths to images.
- Run everything -
make poetry-run-converter
andmake poetry-run-enrich-with-pdv