Intro

  • Have recipes saved on Instagram?
  • Specify the collection in Saved in the IG profile.
  • Use elixir to build the IG post scraper and then use graphql to define the structure of the saved recipes in a sort of DB that can be queried by a lightweight tool or frontend.
  • Parse through each saved post and check of keywords that hint to recipe included in the caption.
  • Write the recipes into a text file or some other format OR build a structured DB of sorts with a proper schema.