ephes / kptncook

Fetch receipts from kptncook API and export them to mealie or paprika
MIT License
42 stars 4 forks source link

Use all available tags #41

Open Kadz93 opened 1 month ago

Kadz93 commented 1 month ago

Hi this is more a feature request. After running the script in docker for several weeks now, I realised that the kptncook recipes have invalid tags, e.g. a meal with chicken is labeled as vegetarian.

This made me realise and question, Why do we ignore the "activeTags" in the recipe json? I know there is some useless stuff like "budget_under_15_us" but most of the stuff seems pretty nice.

Can we add these tags to the model, i don't need filtering that removes some useless tags.

Much appreciation guys