https://github.com/kkdai/linebot-emoji
LINE Emoji echo Bot demo code using Go
https://github.com/kkdai/linebot-emoji
chatbot emoji golang linebot
Last synced: about 1 year ago
JSON representation
LINE Emoji echo Bot demo code using Go
- Host: GitHub
- URL: https://github.com/kkdai/linebot-emoji
- Owner: kkdai
- License: apache-2.0
- Created: 2020-05-14T15:49:36.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:48:21.000Z (about 2 years ago)
- Last Synced: 2025-04-19T20:17:18.176Z (about 1 year ago)
- Topics: chatbot, emoji, golang, linebot
- Language: Go
- Homepage:
- Size: 7.49 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LINE Emoji demo bot: A sample LINE Chatbot to demo LINE emoji feature (send/receive) by Golang
==============
[](https://godoc.org/github.com/kkdai/LineBot-Emoji)
[](https://goreportcard.com/report/github.com/kkdai/LineBot-Emoji)

For LINE Emoji API, please check:
- [https://developers.line.biz/en/news/2020/04/14/messaging-api-update-april-2020/](https://developers.line.biz/en/news/2020/04/14/messaging-api-update-april-2020/)
- [https://developers.line.biz/en/news/2020/05/12/messaging-api-update-may-2020/](https://developers.line.biz/en/news/2020/05/12/messaging-api-update-may-2020/)
How to use it
=============

1. Scan this QR code add LINE Friend.
2. Input any string with emoji.
3. The echo bot will reply you three kinds of way message:
1. Original emoji way with send fixed emoji (Brown) (**it is deprecated.**)
2. New Emoji API with send fixed emoji (Brown)
3. Echo what user send to the bot. (if your emoji is not [standard one](https://d.line-scdn.net/r/devcenter/sendable_line_emoji_list.pdf)). It will be replaced by Brown one.
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
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.