https://github.com/wshwbluebird/trider
小型go语言爬虫框架
https://github.com/wshwbluebird/trider
crawler golang
Last synced: 14 days ago
JSON representation
小型go语言爬虫框架
- Host: GitHub
- URL: https://github.com/wshwbluebird/trider
- Owner: wshwbluebird
- License: other
- Created: 2018-05-29T16:19:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T07:53:16.000Z (almost 8 years ago)
- Last Synced: 2025-12-18T21:59:14.260Z (6 months ago)
- Topics: crawler, golang
- Language: Go
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trider
小型go语言爬虫框架,支持高并发,防止ip封禁等功能
## 安装
```
go get -u github.com/go-sql-driver/mysql //安装数据库,如果不运行示例,可以不安装
go get github.com/PuerkitoBio/goquery //该项目基于goquery
go get github.com/wshwbluebird/Trider //下载本项目
```
## 框架说明
我懒得写了,以后有时间就写