# go-take **Repository Path**: phil-fly/go-take ## Basic Information - **Project Name**: go-take - **Description**: golang 小说爬虫 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2021-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-take golang爬虫项目 ## 项目简介 使用golang编写的小说爬虫,可指定并发检测线程数量 ## 使用方式 ### 命令 windows:(例) go-take.exe -listmain https://www.biqiuge.com/book/4772/ -p 50 -save text/xxx.txt linux:(例) ./go-take -listmain https://www.biqiuge.com/book/4772/ -p 50 -save text/xxx.txt ##### 参数说明: -listmain string Enter the URL of the novel catalogue (default "null") (指定目录URL) -p int Number of threads (default 1) (指定并发爬取线程数量) -save string Address of Storage Documents for Novels (default "text/1.txt") (指定结果存放文件)