Skip to content

s3340bei/flow-control-line-bot

 
 

Repository files navigation

Line bot

Docker

build

docker build -t line-bot-js .

run

docker run -p 3000:3000 line-bot-js

ngrok deploy

run ngrok.exe

in cmd

ngrok.exe http 3000

Line Developer

in message-api, webhook URL change to

https://????????.ngrok-free.app/webhook

TO-DOs

  1. (solved) disturbing message

    參考資料

    感謝您的訊息!
    
    很抱歉,本帳號無法個別回覆用戶的訊息。
    敬請期待我們下次發送的內容喔(moon smile)
    
  2. input: post json handling

  3. voting mechanism

  4. output: offset api (determined by voting)

  • postman to pretend!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • Dockerfile 4.3%