This bot is design for user who live in "Neihu District, Taipei" or RuiGuang Social Housing. Hope this project can be useful for everyone who live together in Neihu.
We are a part of member in Youth Innovation and Feedback Program which program is design for bring more young, differential profession power into social housing and community.
TBD;
- Setup infrastructure/environment with docker swarm and docker secrets (See README.md in folder)
- Copy
.env.example
to.env
and fill up fields you need.
- Run
node server.js
open http server on 5000 port(default).Web API: /api Liff API: /liff Bot API: /webhook/{platform}
- Run
ngrok http {5000 || port}
for HTTPS reverse proxy using ngrok.Reference: Ngrok Official
- Setting Line bot webhook url
https://{ngrok url}/webhook/line
to Line Developer Console (in Message-API tab).