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

https://github.com/tx7do/fhlm-crawler


https://github.com/tx7do/fhlm-crawler

Last synced: 9 months ago
JSON representation

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
```