1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-21 17:17:03 +02:00

Update golang.md

Added GoScrapy in Web-Scraping Frameworks
This commit is contained in:
techengine 2024-09-13 16:02:47 +05:30 committed by GitHub
parent 25a9c2b9f8
commit 0d96fb7fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ This list contains Golang libraries related to web scraping and data processing
* [colly](https://github.com/gocolly/colly) - Fast and elegant scraping framework
* [dataflow kit](https://github.com/slotix/dataflowkit) - Dataflow Kit - extract structured data from web sites.
* [flyscrape](https://github.com/philippta/flyscrape) - flyscrape is a standalone and scriptable web scraper.
* [goscrapy](https://github.com/tech-engine/goscrapy) - Scrapy inspired webscraping framework.
* Other
* [ferret](https://github.com/MontFerret/ferret) - A web scraping tool with a declarative query language.