需要以下帳號:
前往 Line Developers → Console
建立 Provider(如果還沒有的話)

選擇 Provider → 建立新 Channel → 選 Messaging API



連結到 Line Official Account 頁面,填入 Channel 名稱、描述、類別等必填資訊





回到 Line Developers Console,會看到已經新增一個 Channel
(註:這個頭像是剛剛在 Line Official Account 頁面設定的)

建立完成後,記錄以下兩個值:
Channel Secret
位於 Line Official Account → 設定 → Messaging API

Channel Access Token
位於 Line Developers Console → Messaging API ,點 Issue 產生

在 Messaging API 頁面:
line-clock-bot)git init
git add .
git commit -m "init"
git remote add origin <https://github.com/你的帳號/line-clock-bot.git>
git push -u origin main