Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenyangguang/hundun
https://github.com/chenyangguang/hundun
crawler go gocolly
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenyangguang/hundun
- Owner: chenyangguang
- Created: 2018-01-29T15:48:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T15:21:46.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T02:00:58.044Z (over 1 year ago)
- Topics: crawler, go, gocolly
- Language: Go
- Size: 4.92 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hundun
大千世界,起于开天辟地的混沌之中。数据就隐身在这些混沌的背后。
## Require
```
go get -u github.com/gocolly/colly/...```
[gocolly官网](http://go-colly.org/docs)#### 爬取腾讯招聘官网数据
```
go run main.go
```![hr](./img/hr-crawl.png "hr")
#### 爬取深圳房源信息
[深圳房源概况](./sz-house/summary.go "深圳房源")
```
cd sz-house
go run summary.go
```#### 爬取 在线小说
[史莱克七怪](https://www.xshuyaya.com/read/5/52735.html), 该作品已经改编中国动漫,原著作者 唐家三少。 [斗罗大陆爬虫脚本](./xshuyaya/main.go)。```
cd xshuyaya
go run main.go
```或者编译 Unix 系统下编译运行
```
go build -o xshuyaya
./xshuyaya
```