An open API service indexing awesome lists of open source software.

https://github.com/wshwbluebird/trider

小型go语言爬虫框架
https://github.com/wshwbluebird/trider

crawler golang

Last synced: 14 days ago
JSON representation

小型go语言爬虫框架

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 //下载本项目
```

## 框架说明
我懒得写了,以后有时间就写