Registry / http-client / geziyor-geziyor

geziyor-geziyor

JSON →
library0.0.0-20240812061556-229b8ca83ac1gogounverified

Geziyor is a high-performance web crawling and scraping framework for Go, supporting JavaScript rendering and distributed crawling.

go get github.com/geziyor/geziyor
INSTALL
IMPORT
SIG · GEZIYOR-GEZIYOR
G
geziyor-geziyor
http-clientgov0.0.0-20240812061556-229b8ca83ac1
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.

geziyor
github.com/geziyor/geziyor

Minimal web scraper that fetches example.com and prints the body.

package main import ( "fmt" "github.com/geziyor/geziyor" "github.com/geziyor/geziyor/client" ) func main() { geziyor.NewGeziyor(&geziyor.Options{ StartURLs: []string{"http://example.com"}, ParseFunc: func(g *geziyor.Geziyor, r *client.Response) { fmt.Println(string(r.Body)) }, }).Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240812061556-229b8ca83ac1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
geziyor-geziyor — go get geziyor-geziyor · libregistry