Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
DETAIL IN LINE EMOJI IN TEXT MESSAGING BY GOLANG
Search
LINE Developers Taiwan
PRO
May 27, 2020
Technology
0
11k
DETAIL IN LINE EMOJI IN TEXT MESSAGING BY GOLANG
by Evan Lin @Chatbot community #19
https://chatbots.kktix.cc/events/meetup-019
LINE Developers Taiwan
PRO
May 27, 2020
Tweet
Share
More Decks by LINE Developers Taiwan
See All by LINE Developers Taiwan
從校園到職場 我的實習旅程
line_developers_tw
PRO
0
89
探索數據未來
line_developers_tw
PRO
0
8
MLE 的修煉之路
line_developers_tw
PRO
0
81
LINE 實習分享 & 國際黑客松參賽分享
line_developers_tw
PRO
0
40
在 GCP 運用 Parse 全家餐管理那堆 AI 應用的資料
line_developers_tw
PRO
0
37
40歲的我會給20歲的自己,關於軟體開發的7個建議
line_developers_tw
PRO
0
9.3k
從零到一:轉碼仔的實習攻略
line_developers_tw
PRO
0
60
如何在團隊發揮數據影響力: 以電商資料科學家為例
line_developers_tw
PRO
1
61
做Data超讚的 誰懂?
line_developers_tw
PRO
0
48
Other Decks in Technology
See All in Technology
SREの視点で考えるSIEM活用術 〜AWS環境でのセキュリティ強化〜
coconala_engineer
1
240
Amazon S3 Tables + Amazon Athena / Apache Iceberg
okaru
0
230
FinOps_Demo
tkhresk
0
130
バックオフィス向け toB SaaS バクラクにおけるレコメンド技術活用 / recommender-systems-in-layerx-bakuraku
yuya4
2
240
AIと開発者の共創: エージェント時代におけるAIフレンドリーなDevOpsの実践
bicstone
1
230
フロントエンドも盛り上げたい!フロントエンドCBとAmplifyの軌跡
mkdev10
2
230
古き良き Laravel のシステムは関数型スタイルでリファクタできるのか
leveragestech
1
630
Amazon CloudWatch Application Signals ではじめるバーンレートアラーム / Burn rate alarm with Amazon CloudWatch Application Signals
ymotongpoo
5
290
CBになったのでEKSのこともっと知ってもらいたい!
daitak
1
150
開発視点でAWS Signerを考えてみよう!! ~コード署名のその先へ~
masakiokuda
3
130
Beyond {shiny}: The Future of Mobile Apps with R
colinfay
1
330
MCPを活用した検索システムの作り方/How to implement search systems with MCP #catalks
quiver
1
530
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.2k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
119
51k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
4 Signs Your Business is Dying
shpigford
183
22k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.1k
Transcript
DETAIL IN LINE EMOJI IN TEXT MESSAGING BY GOLANG LINE
Developer Relations Evan Lin 2020.05 1
Evan Lin • LINE Developer Relations • LINE Developer Meetup
• LINE TAIWAN TECHPULSE Organizer LINE Technology Evangelist 2
What is LINE Emoji 3
How to send LINE Emoji on OA CMS 4
http://www.evanlin.com/go-emoji/ How to send LINE Emoji on Chatbot? (deprecated) 5
http://www.evanlin.com/go-emoji/ How to send LINE Emoji on Chatbot? (deprecated) 6
How to send LINE Emoji on Chatbot? LINE Emoji API
on text message 2020 April update 7
https://developers.line.biz/en/news/2020/05/12/messaging-api-update-may-2020/ LINE Emoji detail on webhook 8
Sticker Message or Emoji text message? Single emoji becomes STATIC
sticker Emoji with text message 9
LINE Emoji detail on webhook “Hello, world! (love)” 10
How to implement echo chatbot with LINE Emoji? 11
Sticker Message or Emoji text message? 12 ”Hello, world. (brown)”
”Hello, world. $” ”Hi, this is what you said to me `Hello, world. $`”
Sticker Message or Emoji text message? Sendable LINE emoji list:
https://d.line-scdn.net/r/devcenter/sendable_line_emoji_list.pdf
Sticker Message or Emoji text message? Replace emoji to `$`.
Add emoji back.. Check if emoji is send-able.
Using Golang for LINE Emoji testing (1)
Using Golang for LINE Emoji testing (2)
Demo https://github.com/kkdai/LineBot-emoji
LINE TECH FRESH https://engineering.linecorp.com/zh-hant/blog/tech-fresh-2020/ 18
19
Q&A 20