From ccff99d919b7d713fea4947487766db8a160949b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fatay=20Y=C3=BCcelen?= Date: Fri, 26 May 2023 07:38:13 +0200 Subject: [PATCH] add walker (#4753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Çağatay Yücelen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62c551fd..6dfcdf39 100644 --- a/README.md +++ b/README.md @@ -2417,6 +2417,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [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. - [Tagify](https://github.com/zoomio/tagify) - Produces a set of tags from given source. +- [walker](https://github.com/cyucelen/walker) - Seamlessly fetch paginated data from any source. Simple and high performance API scraping included. - [xurls](https://github.com/mvdan/xurls) - Extract urls from text. ### RSS