Add instagram description scraper for recipes #5221
Replies: 1 comment
-
Hey @oliverpatrick, Instagram and Youtube shorts would be greatly appreciated. I already wrote a little tool to use the context of the page to get the recipe and than send it to openAI to get a Recipe. Since I'm an iOS developer I tried myself at server-side-swift for this little project. I would love to see this feature implemented and could also support. My python days are some days ago, but I'm willing. I already forked the project and got it to run. Might just need some pointers on where to start here. Would love to see some more support for this feature. |
Beta Was this translation helpful? Give feedback.
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
Allow the user to import recipes from instagram reels using the recipe in description
Please provide a concise description of the feature that would resolve your issue.
I need to analyse the current python code but I don't know the indicators the api looks for for the ingredients checkboxing.
For the instagram description it would either have to have a word list it matches or check for the keyword 'ingredients' before ending after a whitespace or '\n\n'
Please consider and list out some caveats or tradeoffs made in your design decision
Would possibly require a revision of the scraper code
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions