https://github.com/wuhan005/hw-cron
定时推送提醒我及时完成泛雅上的作业
https://github.com/wuhan005/hw-cron
Last synced: 6 months ago
JSON representation
定时推送提醒我及时完成泛雅上的作业
- Host: GitHub
- URL: https://github.com/wuhan005/hw-cron
- Owner: wuhan005
- Created: 2020-11-28T18:32:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T13:08:45.000Z (over 4 years ago)
- Last Synced: 2025-04-13T13:16:30.083Z (6 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hw-cron  
定时推送提醒我及时完成泛雅上的作业。运行所需环境变量:
```
export HDU_NO=
export HDU_PASSWORD=
export ALERT_URL=
```## 编译运行
```bash
go mod tidy
go build . && ./hw-cron
```