Line Notif is a libarary which use for send message via LINE notify for LINE application.
import linenotif
noti = linenotif.Notify()
noti.setKey("YOURAPIKEY")
noti.send_message("Hello Notify")
Line Notif is a libarary which use for send message via LINE notify for LINE application.
import linenotif
noti = linenotif.Notify()
noti.setKey("YOURAPIKEY")
noti.send_message("Hello Notify")