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
- Host: GitHub
- URL: https://github.com/kkdai/linebot-group
- Owner: kkdai
- License: apache-2.0
- Created: 2020-06-21T16:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T02:45:37.000Z (about 2 years ago)
- Last Synced: 2025-03-31T07:51:09.692Z (about 1 year ago)
- Topics: golang, linebot, messagingapi
- Language: Go
- Homepage:
- Size: 495 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINE Group demo bot: A LINE Chatbot to demo LINE group features by Golang
[](https://godoc.org/github.com/kkdai/linebot-group) [](https://travis-ci.org/kkdai/linebot-group.svg)
[](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/)

# How to use it
### Get Group/Room user profile

1. Type any word in group/room.
2. It will show group/room user profile.
### Leave Group/Room

1. Type "bye".
2. Chatbot will leave a group/room.
# Installation and Usage
[](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.