#Bot for ncov19PH messenger
- Create a facebook messenger app
- Retreive the required values in .env.sample file from facebook developer page.
- Rename .env.sample to .env
- Install ngrok or any tunneling tools to expose your local service to the public and use it as fb app webhook url.
- npm install
- npm start
- run ngrok point to the port of your running node server.
- copy the public https url ngrok is exposing and use it as webhook url. Don't forget to add /webhook to that url for it to work.