changed 5 years ago
Linked with GitHub

使用變數

LINE 訊息推送小工具

https://lihi1.com/3KvK7

Note:

事前準備

  1. 取得預先填入的連結:https://docs.google.com/forms/d/e/1FAIpQLScq1UfRCy_UP6NC7XygkcL2NVk3dRPlMQmAJUN38TcJempfXw/viewform?usp=pp_url&entry.1798098912=123
  2. 去新增短網址:https://docs.google.com/forms/d/e/1FAIpQLScq1UfRCy_UP6NC7XygkcL2NVk3dRPlMQmAJUN38TcJempfXw/viewform?usp=pp_url&entry.1798098912={lihi}
  3. lihi 連結:https://lihi1.com/INAy2
  4. 去小幫手設定 dialogflow 回應:https://lihi1.com/INAy2/${{userId}}
  5. 表單回應

Who am I?

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
  • 戴均民
  • 現職 微程式資訊
  • 後端工程師
  • taichunmin

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

如何收到 DEMO 訊息

  1. 加入 YouBike 小幫手
  2. 傳送訊息「push demo
  3. 填寫表單
  4. 等我用工具發送訊息

緣起

為了舉辦抽獎活動


Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →


為了確認身份

要憑截圖領獎


Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →


遇到的問題

  1. 截圖中要有使用者暱稱
  2. 要傳給指定的使用者

流程圖

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Note:

graph TD
a1[準備測試名單]-->b["Google 試算表<br>檔案->發佈到網路->.csv"]
a2[準備正式名單]-->b
b-->d["撰寫訊息 (並加上變數)"]
d-->e[填到推送工具]
e-->f[按下推送訊息]

準備名單

把 CSV 當作資料庫,第一行當作變數名稱

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →


訊息的變數處理

lodash 樣板函式 _.template


Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →


訊息推送工具網址

https://taichunmin.idv.tw/pug/line-push-template.html


Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

如何收到 DEMO 訊息

  1. 加入 YouBike 小幫手
  2. 傳送訊息「push demo
  3. 填寫表單
  4. 等我用工具發送訊息

由於 LINE API 不允許

跨來源資源共用

(CORS)

MDN 文件連結


建立 Cloud Function

  • 名稱: demo-20191211
  • 分配的記憶體: 128 MB
  • 觸發條件: HTTP
  • 勾選「允許未經驗證的叫用」
  • 執行階段: Node.js 10
  • Cloud Function 程式碼

Google 試算表重新發布

有五分鐘一次的限制


建議直接新增

一個新的工作表


Q & A

Select a repo