請根據以下的流程,來直接透過開源的程式碼來架設一個 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 來取得。
-
NOTION_INTEGRATION_TOKEN: 取得 Notion Integration Token,請參考[官方文件(https://developers.notion.com/docs/create-a-notion-integration)]。 記得要讓 Notion 頁面取得 Integration 權限 ,參考以下圖片。
-
NOTION_DB_PAGEID: Notion DB 的頁面網址應該是
https://www.notion.so/b764xxxxxa?v=dexxxx1
那麼b764xxxxxa
就是你的 DatabasePageId。
-
-
請到 LINE 官方帳號的平台,到了右上角的「設定」中,選擇「帳號設定」
-
將你官方帳號基本資料設定好,並且打開加入群組功能。
-
到回應設定,將以下設定改好:
- 回應模式改成「聊天機器人」
- 停用「自動回應訊息」
- 啟用「Webhook」
-
到 Messaging API 選項,將 Webhook 網址填入`: https://{YOUR_HEROKU_SERVER_ID}.herokuapp.com/callback
-
關於如何快速部署的流程,可以參考另外一篇文章內的影片:
-
- 傳送名片照片: 會自動透過 Gemini Pro 辨識之後,將結果上傳到 Notion DB.
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.