--- title: 2021/07/14 中部人的聊天機器人小小聚 第 16 場共筆 tags: meetups, 中部人 --- # 2021/07/14 中部人的聊天機器人小小聚 第 16 場共筆 歡迎各位報名、推薦講者以及閃電秀,介紹自己開發的 chatbot、 分享 chatbot 相關的議題。 - [臉書社團](https://www.facebook.com/groups/chatbot.tw) - [KKTIX](https://chatbots.kktix.cc/events/chatbots-meetup-in-central-taiwan-016) # 活動介紹 本次小小聚非常榮幸邀請到 LINE 技術傳教士 **NiJia** ,以及 LINE API Expert **戴均民** ,來跟大家分享他們不藏私的寶貴實戰經驗! - 在 **NiJia** 的「 **LINE Bot 入門介紹與 Platform API 更新資訊** 」主題中,將會分享:上半部分會專注於讓剛加入 LINE Bot 開發的朋友們了解相關事件與操作內容,而下半部分則會介紹近期平台上 API 的更新內容,讓大家在了解加入 LINE Bot 的開發列車之外,還能夠了解一下近期的平台更新喔! - 在 **戴均民** 的「 **Flex 開發人員工具與 richmenuswitch 新功能範例** 」主題中,將會分享:「Flex 開發人員工具」是講者開發的小工具,除了用來輔助開發之外,講者還特地在這個小工具上新增最新的 richmenuswitch 範例,你可以透過這個議程來學習怎麼使用喔! # Keynote ## 議程1:LINE Bot 入門介紹與 Platform API 更新資訊 - NiJia > [簡報](https://speakerdeck.com/line_developers_tw/line-bot-ru-men-jie-shao-yu-platorm-api-geng-xin-zi-xun-2021087) LINE Bot 介紹請看這邊: - [LINE Bot 開發者指南詳解 1. 關於 LINE Bot](https://engineering.linecorp.com/zh-hant/blog/line-bot-guideline-1/) - [LINE Bot 開發者指南詳解 – 2. 使用 Webhook URL 接收請求時的注意事項](https://engineering.linecorp.com/zh-hant/blog/line-bot-guideline-2/) - [LINE Bot 開發者指南詳解 – 3 發送 API 請求時的注意事項](https://engineering.linecorp.com/zh-hant/blog/line-bot-guideline-3/) - [取得使用者資訊](https://developers.line.biz/en/reference/messaging-api/#get-profile) - [取得貼圖關鍵字範例](https://github.com/louis70109/MIT_flask-line-bot-demo/blob/master/reply_message/sticker_keywords.py) - [更換 LINE Bot 頭像](https://developers.line.biz/en/docs/messaging-api/icon-nickname-switch/#specifying-icon-and-display-name) 讓使用者快速辨認當前身份 - 讓使用者在手機介面上快速回答的功能 – [Quick Reply](https://github.com/louis70109/MIT_flask-line-bot-demo/blob/master/reply_message/quick_reply_echo_bot.py) - 強大而樸實無華,讓你可以建立選單給使用者滿滿的視覺饗宴 – [Rich Menu](https://developers.line.biz/en/docs/messaging-api/using-rich-menus/) - [建立步驟程式碼](https://github.com/louis70109/MIT_flask-line-bot-demo/tree/master/richmenu) richmenu switch alias 範例文章:https://engineering.linecorp.com/zh-hant/blog/rich-menu-alias-switch-action/ [TECH FRESH 實習的一年間,除了開發還有什麼內部活動呢?](https://engineering.linecorp.com/zh-hant/blog/line-tech-fresh-2020-graduate/) ## 議程2:Flex 開發人員工具與 richmenuswitch 新功能範例 - 戴均民 > [簡報](https://hackmd.io/@taichunmin/chatbot-tw-202107) # Lightning Talk ## 閃電秀1:使用bash/cmd發送LINE訊息 - [David Tung](https://www.studyhost.tw/NewCourses/%E8%AC%9B%E5%B8%AB%E7%B0%A1%E4%BB%8B-David) > 安裝 dotnet core, LINE CLI套件,即可在任何平台以 command line發送LINE Notify訊息 > 下載安裝 dotnet core(MAC/Linux/Windows) https://dotnet.microsoft.com/download 安裝套件:(MAC/Linux/Windows) from https://www.nuget.org/packages/line.cli/ ``` dotnet tool install --global line.cli --version 1.0.19 ``` 發送訊息指令: ``` Examples: line config -t [channel access token] line push -u [userId] -m Hello line push -u [userId] -s 2,3 line push -u [userId] -i https://.... line push -u [userId] -j [JSON] line notify -n [NotifyToken] -m Hello -i https://.... -s 2,3 line notify get status -n [NotifyToken] line token create --id [Channel ID] --secret [Channel secret] ``` ## 閃電秀2:Flex訊息真的很有彈性,段落裡也可以有紅字 - [陳佳新](https://www.facebook.com/jarsing/) > [簡報](https://www.slideshare.net/jarsing/flex-message-with-red-words-20210714)
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.