文件名称:汤:Go中的Web刮板,类似于BeautifulSoup
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-25 07:59:26
go golang webscraper web-scraper beautifulsoup
汤 Go中的网页抓取工具,类似于BeautifulSoup soup是Go的小型网络刮板程序包,其界面与BeautifulSoup高度相似。 到现在为止已导出的变量和函数已实现: var Headers map [ string ] string // Set headers as a map of key-value pairs, an alternative to calling Header() individually var Cookies map [ string ] string // Set cookies as a map of key-value pairs, a
【文件预览】:
soup-master
----go.mod(145B)
----go.sum(2KB)
----soup.go(16KB)
----examples()
--------xkcdextract()
--------weather()
--------errors()
--------KoreanExample()
----license(1KB)
----soup_test.go(8KB)
----.travis.yml(52B)
----README.md(5KB)
----.gitignore(7B)
----CHANGELOG.md(906B)