Skip to content

sketchout/GroupNotifyLINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GroupNotifyLINE

Send Notify Message to LINE Group(GroupChat)

Usage in Java

GroupNotifyLINE ln = new GroupNotifyLINE();
ln.postNotify(_MY_TOKEN, strMessage);

postNotify()

HttpURLConnection connection = getConnection(token, new URL(_NOTIFY_API));
String parameterString = new String("message=" + message);

connection.getOutputStream().write(parameterString.getBytes("UTF-8"));
connection.getInputStream();
int statusCode = connection.getResponseCode();

Get Your Token

1.Build the GroupChat at the Line(Messenger) 2.Invite the "LineNotify" to the Group 3.Get the Token for the GroupChat at https://notify-bot.line.me

About

Send Notify Message to LINE Group(GroupChat)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages