add walker (#4753)

Co-authored-by: Çağatay Yücelen <cagatay.yucelen@qonto.com>
This commit is contained in:
Çağatay Yücelen 2023-05-26 07:38:13 +02:00 committed by GitHub
parent 0ecf419d76
commit ccff99d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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