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

https://github.com/wuhan005/hw-cron

定时推送提醒我及时完成泛雅上的作业
https://github.com/wuhan005/hw-cron

Last synced: 6 months ago
JSON representation

定时推送提醒我及时完成泛雅上的作业

Awesome Lists containing this project

README

          

# hw-cron ![Go](https://github.com/wuhan005/hw-cron/workflows/Go/badge.svg?branch=master) ![cron](https://github.com/wuhan005/hw-cron/workflows/cron/badge.svg?branch=master)
定时推送提醒我及时完成泛雅上的作业。

运行所需环境变量:
```
export HDU_NO=
export HDU_PASSWORD=
export ALERT_URL=
```

## 编译运行
```bash
go mod tidy
go build . && ./hw-cron
```