前言

紀錄7/18 雞湯老師 分享的Line Bot

原理

在實做Line Bot前有幾個很重要角色需要先認識

  1. Line Bot

    進入到LINE Developers註冊一個LINE Channel

    也就是可以讓使用者加入好友的一個帳號

    主要是用來取得channel secret access token

    以及最重要的 要在channel中設定webhook!!

  2. Line Platform

    Line bot會將訊息(或是其他格式的資訊)傳給Line Platform

  3. Webhook

    LINE Platform 將訊息傳給我們所設定的webhook

    實作中是由heroku提供一個webhook URL

  4. Bot application

    接收訊息,把要顯示給使用者內容透過webhook丟給Line Platform

    最後由Line Bot回傳內容

一圖勝過千言萬語

圖片修改自google 到日本勤勞工程師 blog

Line bot 簡介

實作可參考雞湯老師的精美說明

以上!!!!!