From fc30cf84db1cb0bc2a02b38dea6f003002591404 Mon Sep 17 00:00:00 2001 From: Kyriacos <58787538+kkyr@users.noreply.github.com> Date: Sat, 17 Sep 2022 05:09:07 +0200 Subject: [PATCH] Add github.com/kkyr/go-recipe (#4415) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d3f536e..e3d15a73 100644 --- a/README.md +++ b/README.md @@ -2374,6 +2374,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [colly](https://github.com/asciimoo/colly) - Fast and Elegant Scraping Framework for Gophers. - [dataflowkit](https://github.com/slotix/dataflowkit) - Web scraping Framework to turn websites into structured data. +- [go-recipe](https://github.com/kkyr/go-recipe) - A package for scraping recipes from websites. - [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. - [gospider](https://github.com/zhshch2002/gospider) - A simple golang spider/scraping framework,build a spider in 3 lines. migrated from [goribot](https://github.com/zhshch2002/goribot) - [pagser](https://github.com/foolin/pagser) - Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler.