A Python 3 based converter for Gousto recipes into Paprika
You can scrape the data from a Gousto recipe such as https://www.gousto.co.uk/cookbook/chicken-recipes/chicken-ciabatta-sandwich-with-garlic-mayo. The converter will import the ingredients and directions etc then it will create a file that can be imported into Paprika.
To import the above recipe you would use:
python Main.py https://www.gousto.co.uk/cookbook/chicken-recipes/chicken-ciabatta-sandwich-with-garlic-mayo
This would create a file named chicken-ciabatta-sandwich-with-garlic-mayo.paprikarecipe
which can then be imported directly into the Paprika app on either macOS or iPhone / iPad.