Skip to content

MasterIceZ/LineNotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")