1.6.4 • Published 5 years ago

botfuel-module-adapter-messenger v1.6.4

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
5 years ago

Facebook Messenger Adapter for Botfuel

Installation

In your botfuel project, run :

npm install --save botfuel-module-adapter-messenger

How to use the adapter

Create a new config file in the root directory of your project (eg: messenger-config.js)

module.exports = {
  adapter: {
    name: 'messenger',
  },
  modules: ['botfuel-module-adapter-messenger']
};

Run your bot

BOTFUEL_APP_TOKEN=<YOUR_APP_TOKEN> BOTFUEL_APP_ID=<YOUR_APP_TOKEN> BOTFUEL_APP_KEY=<YOUR_APP_TOKEN> npm start messenger-config.js
1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.2

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago