Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSpider

基于Go 1.19 的 站点模板爬虫

拉取并构建 NetSpider

git clone https://github.com/Kongxiaoaaa/NetSpider.git
cd NetSpider
go mod init NetSpider
go mod tidy
go run main.go

更改设置

main.go

func main() {
  // 启动爬虫
  downUrl := util.GetInput()
  app.Fetch(downUrl, "./res")  // Fetch(url, downloadDir)
}

About

基于Go 1.19 的 站点模板爬虫

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages