Aww Bot (Messenger Chatbot) Installation instructions $ 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" } } } Screenshots