Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luc99hen/dailyalarm
https://github.com/luc99hen/dailyalarm
python3 weather-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/luc99hen/dailyalarm
- Owner: luc99hen
- Created: 2020-09-13T10:41:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T13:03:07.000Z (about 4 years ago)
- Last Synced: 2024-11-12T07:43:02.699Z (3 months ago)
- Topics: python3, weather-api
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
DailyAlarm is a system to remind you of trivial things.
## Current Status
- send you an email to take your clothes back in rainy days
- send you an alert in wechat to take your clothes back in rainy days## todo
- daily report
- multiple user config files
- more usable config change## Notice
- This program need a file `config.py` for configuration to start up.
- `crontab -e` to edit the cron file to custom the report time(`30 7-22 * * * /usr/local/bin/python3 /root/repos/DailyAlarm/scheduler.py > /root/repos/DailyAlarm/output.log 2>/dev/null`)