$ npm install
$ cp config/default.json.example config/default.json
Add your Facebook page access token in config/default.json
config file.
{
"facebook": {
"page": {
"access_token": "YOUR_PAGE_ACCESS_TOKEN"
}
}
}
Messenger chatbot programmed to send images of cute cats and dogs pictures
JavaScript