sleepypikachu / still-good-food
- пятница, 24 июня 2016 г. в 03:13:46
Go
Being a scraper to save a BBC good food recipe
This is a scraper for that site, written in go. The program will produce a JSON blob representing what I consider the important (pull requests welcome if you disagree) fields of a recipe to be from a URL that's a recipe. It exposes functions and types that you could use directly as a library if you don't want to convert back from a JSON blob/do your own IO.
Earlier this year an article implied that the bbc good food website would be taken down. This turned out to be false but by the time I realised that I'd already written this, so here you are.
This entire repository is available under the terms in LICENSE, which is the MIT license.