waleedahmad / Aww-Bot

Messenger chatbot programmed to send images of cute cats and dogs pictures

Home Page:https://quantizd.com/building-facebook-messenger-bot-with-nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Aww Bot Aww Bot Aww Bot

About

Messenger chatbot programmed to send images of cute cats and dogs pictures

https://quantizd.com/building-facebook-messenger-bot-with-nodejs/


Languages

Language:JavaScript 100.0%