請根據以下的流程,來直接透過開源的程式碼來架設一個 LINEBot 跟 GCP STT 與 GCS (Google Cloud Storage) 的結合。
- LINE Developers 帳號
- 到 LINE Developers Console 透過你的 LINE 帳號登入。
- 開啟 LINE Developers 帳號
- 開啟一個官方帳號 Message API Channel 並且取得
channel secret
與channel access token
。 請參考這篇教學。
- 需要一個免費的 Heroku 帳號。
- 需要一個收費的 Google Cloud Platform 帳號,並且取得 GCP JSON key file ,更多詳細流程請參考 Cloud Storage client libraries。
-
部署到雲服務平台 (兩個擇一即可):
-
除了填寫 App Name 以外,以下的參數必須要填入才能完整運行。
- ChannelAccessToken: 請到 LINE Developers Console issue 一個。
- ChannelSecret: 請到 LINE Developers Console 拿一個。
- GOOGLE_GEMINI_API_KEY: 必需要透過 Google Gemini API Keys 來取得。
-
請到 LINE 官方帳號的平台,到了右上角的「設定」中,選擇「帳號設定」
-
將你官方帳號基本資料設定好,並且打開加入群組功能。
-
到回應設定,將以下設定改好:
-
到 Messaging API 選項,將 Webhook 網址填入: https://{YOUR_HEROKU_SERVER_ID}.herokuapp.com/callback
-
關於如何快速部署的流程,可以參考另外一篇文章內的影片:
-
- 打開聊天機器人
pre-requisite:
domain name, SSL certificate
-
建立 docker image
docker build -t linebot-gemini-pro:latest .
-
填寫 docker-compose.yml
- ChannelAccessToken: 請到 LINE Developers Console issue 一個。
- ChannelSecret: 請到 LINE Developers Console 拿一個。
- GOOGLE_GEMINI_API_KEY: 必需要透過 Google Gemini API Keys 來取得。
- YOUR_PORT: 請填入你想要的 port
-
到 Messaging API 選項,將 Webhook 網址填入:
https://{YOUR_DOMAIN_NAME}/callback
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.