https://github.com/tx7do/fhlm-crawler
https://github.com/tx7do/fhlm-crawler
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/fhlm-crawler
- Owner: tx7do
- Created: 2019-04-12T07:52:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T07:53:48.000Z (about 7 years ago)
- Last Synced: 2025-02-21T21:52:06.414Z (over 1 year ago)
- Language: Go
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang所需库:
```bash
go get github.com/gocolly/colly
go get github.com/jakecoffman/cron
```
# 运行命令:
```bash
go run main.go
```
# 编译命令:
```bash
go build main.go
```