linenotif

Easy LINE-Notify syntax


Keywords
LINE
License
MIT
Install
pip install linenotif==1.0.6

Documentation

LineNotify


Line Notif is a libarary which use for send message via LINE notify for LINE application.

Example

import linenotif

noti = linenotif.Notify()
noti.setKey("YOURAPIKEY")
noti.send_message("Hello Notify")