Registry / networking / dustmop-soup

dustmop-soup

JSON →
library1.1.1gogounverified

Web scraping library with CSS selectors, similar to BeautifulSoup.

go get github.com/dustmop/soup
INSTALL
IMPORT
SIG · DUSTMOP-SOUP
D
dustmop-soup
networkinggov1.1.1
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.

soup
github.com/dustmop/soup

Fetch and parse a webpage, extracting the title.

package main import ( "fmt" "github.com/dustmop/soup" ) func main() { resp, _ := soup.Get("https://example.com") doc := soup.HTMLParse(resp) fmt.Println(doc.Find("title").Text()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
dustmop-soup — go get dustmop-soup · libregistry