• Stars
    star
    164
  • Rank 230,032 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Being a scraper to save a BBC good food recipe

Still Good Food

What?

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.

Why?

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.

License

This entire repository is available under the terms in LICENSE, which is the MIT license.