Registry / http-client / gocolly-colly

gocolly-colly

JSON →
library1.2.0gogounverified

Package colly implements a HTTP scraping framework.

go get github.com/gocolly/colly
INSTALL
IMPORT
SIG · GOCOLLY-COLLY
G
gocolly-colly
http-clientgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

colly
github.com/gocolly/colly

Creates a collector that prints the title of a webpage.

package main import ( "fmt" "github.com/gocolly/colly" ) func main() { c := colly.NewCollector() c.OnHTML("title", func(e *colly.HTMLElement) { fmt.Println(e.Text) }) c.Visit("https://example.com") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
gocolly-colly — go get gocolly-colly · libregistry