https://github.com/dakimura/ksdtptlchk
https://github.com/dakimura/ksdtptlchk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dakimura/ksdtptlchk
- Owner: dakimura
- License: mit
- Created: 2020-06-26T20:39:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:56:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T07:27:03.576Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ksdtptlchk
https://koto-kosodate-portal.jp/smf/mizube/general/refresh_cal.php?center_cd=60
に空きが出たらメールで通知する## usage
```bash
$ make build
$ docker run ksdtptlchk:latest python ksdtptlchk/app.py \
--from_email=[あなたのメールアドレス] \
--password=[あなたのメールアカウントのパスワード. gmailアカウントのパスワードなど。gmailで2段階認証などを設定している場合はApplication Specific Passwordが必要なことに注意)] \
--to_email=[結果を通知するメールアドレス] \
--smtp_addr=[smtpサーバのホスト名(e.g. smtp.gmail.com)] \
--smtp_port=[smtpサーバのポート番号(e.g. 465)] \
```