tobim-dev / cookidoo-scraper

This project implements a REST API of the Cookidoo® website. For example, you can retrieve recipe information for a specific recipe or information for all recipes on your weekly schedule. To get the information, the Cookidoo® website is scraped.
MIT License
52 stars 10 forks source link

Get recipe ingredients #3

Open derVicthor opened 1 year ago

derVicthor commented 1 year ago

Hi there,

any chance to implement a list of the recipe ingredients? I'd like to make a combined shopping list and so far I am only getting caloric and macro information from the recipes.

Many thanks! Victor

radzatm commented 11 months ago

Hi Tobim,

Thanks for your effort!

I found this project because I was looking for such a thing for the exact same reason as derVicthor ;-)

It would be awsome if you'd implement such a feature. Polling Recipe Names is fine, but it's the ingredients we need.

I want to send those to my Telegram Bot and combine it with Alexa Shopping List integration.

Thank you very much in advance :)

miaucl commented 4 weeks ago

Hey guys, currently working on an api for cookidoo. This might interest you :) https://github.com/miaucl/cookidoo-api

Happy to have some feedback and/or PRs as there is still some things left to do. I was focused on the todo list, as it is the base for a future home assistant integration.