Made with BootBot CLI
-
Add information to
config/default.json
- Create a file
config/default.json
by copyingdefault.example.json
- Go to https://developers.facebook.com/, login and copy the messenger credentials.
- Create a file
-
Install dependencies
yarn
-
Start server
yarn start
The server is then running on
localhost:8007/webhook
-
Search for
CodeCanary
in the Messenger app on your Smartphone or click on this messenger link: m.me/2254629508184743. -
If you used
CodeCanary
before, delete the chat by swiping to the left and then tapping on the red trash icon. Then search forCodeCanary
again.
- Chance to stop conversation in between. Probably have to split up the large conversation into several ones.
- Customize "Get Started" string at the beginning.
- Customize
setGetStartedButton
- Investigate why
setPersistentMenu
doesn't show persistent menu. - Check why
authentication
andreferral
don't work yet.