https://github.com/kentaroy47/line-notify-bot-with-apscheduler
https://github.com/kentaroy47/line-notify-bot-with-apscheduler
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kentaroy47/line-notify-bot-with-apscheduler
- Owner: kentaroy47
- License: mit
- Created: 2019-06-15T01:08:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T01:21:57.000Z (over 6 years ago)
- Last Synced: 2025-01-20T23:52:39.577Z (9 months ago)
- Language: Python
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# line-notify-bot
ゴミの日通知botです。### Line Notifyの設定の仕方
https://qiita.com/iitenkida7/items/576a8226ba6584864d95### APSchedulerについて
https://apscheduler.readthedocs.io/en/latest/userguide.htmlrequires:
```
pip install apscheduler
```## usage
AWS EC2などで常時実行してます。
一年は無料で使えます。```
nohup python line-bot.py
```で継続運用できます。
messageの中を変えてカスタマイズしてください~