From 4b3a6d701eef38bb2e0abba114bf7af8ce81c3af Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 7 Oct 2017 07:57:40 +0300 Subject: [PATCH] README.md: Add colly - Scraping Framework to the Related Projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0830f6c..f5ad147 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ func main() { - [Goq][goq], an HTML deserialization and scraping library based on goquery and struct tags. - [andybalholm/cascadia][cascadia], the CSS selector library used by goquery. - [suntong/cascadia][cascadiacli], a command-line interface to the cascadia CSS selector library, useful to test selectors. +- [asciimoo/colly](https://github.com/asciimoo/colly), a lightning fast and elegant Scraping Framework ## License