linenotify
LINE Notify
- LINEに通知できるサービス 1)
CURL
curl -X POST -H 'Authorization: Bearer <access_token>' -F 'message=foobar' \ https://notify-api.line.me/api/notify
REST Client
POST https://notify-api.line.me/api/notify?message=test HTTP/1.1 Authorization: Bearer <access_token>
Python
requests
の使用で可能 2)
1)
『LINE Notify』, https://notify-bot.line.me/doc/ja/, 2021-09-24
2)
『PythonでLINE Notifyへ通知を送る』, Qiita, https://qiita.com/akeome/items/e1e0fecf2e754436afc8, 2021-09-24
linenotify.txt · 最終更新: 2021/09/24 16:38 by 127.0.0.1