An open API service indexing awesome lists of open source software.

https://github.com/kkdai/linebot-group

LINE Bot Group Event Demo Code
https://github.com/kkdai/linebot-group

golang linebot messagingapi

Last synced: about 1 year ago
JSON representation

LINE Bot Group Event Demo Code

Awesome Lists containing this project

README

          

# LINE Group demo bot: A LINE Chatbot to demo LINE group features by Golang

[![GoDoc](https://godoc.org/github.com/kkdai/linebot-group.svg?status.svg)](https://godoc.org/github.com/kkdai/linebot-group) [![Build Status](https://travis-ci.org/kkdai/linebot-group.svg?branch=master)](https://travis-ci.org/kkdai/linebot-group.svg)

[![goreportcard.com](https://goreportcard.com/badge/github.com/kkdai/linebot-group)](https://goreportcard.com/report/github.com/kkdai/linebot-group)

For LINE Group Event API, please check:

- [https://developers.line.biz/en/news/2020/06/10/messaging-api-update-june-2020/](https://developers.line.biz/en/news/2020/06/10/messaging-api-update-june-2020/)

![](images/group_bot.jpg)

# How to use it

### Get Group/Room user profile

![](images/profile.jpg)

1. Type any word in group/room.
2. It will show group/room user profile.

### Leave Group/Room

![](images/leave.jpg)

1. Type "bye".
2. Chatbot will leave a group/room.

# Installation and Usage

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

More detail, please check my [LINE Bot Template project](https://github.com/kkdai/LineBotTemplate).

License
---------------

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.