Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/donng/teemo

实现简单的爬虫并提供后端api接口服务
https://github.com/donng/teemo

gin golang goquery

Last synced: about 1 month ago
JSON representation

实现简单的爬虫并提供后端api接口服务

Awesome Lists containing this project

README

        

teemo: 提莫虽小,五脏俱全

## 功能
- cron:每天定时抓取维基百科的“新闻动态”和“历史上的今天”
- api:提供抓取信息的接口

## 安装

1.复制配置文件,并修改其中的配置信息
```
cp conf/env.example.yaml conf/env.yaml
```
2.运行程序
```
go run main.go
```

## 依赖

- [gin](https://github.com/gin-gonic/gin)
- [goquery](https://github.com/PuerkitoBio/goquery)
- [gorm](https://github.com/jinzhu/gorm)
- [cron](https://github.com/robfig/cron)