This is a self promo FB Messenger to make me cool on the internet.
Read through the FB Messenger Quick Start to learn about what is required to build and deploy a FB Messenger bot. Follow the guide there to set up:
- FB Page
- FB App connected to the FB Page
Also, you will need the following services for deployment, logging, and user reminders:
- Hosting service with a static URL (e.g. Heroku or
now
aliased to a specific domain) - Papertrail
- Mongo DB (e.g. mLabs)
- Fork and clone the repo.
- Run
npm install
- Copy
.env-sample
to.env
and fill in all the environment variables - Deploy.
- Create a server instance with your hosting provider.
- Set up all the environment variables.
- Push the repo to the server.
- Run
npm install
on server. - Run
npm start
on server.
© 2016-2017 Paul Molluzzo MIT