An open API service indexing awesome lists of open source software.

https://github.com/intelligo-dev/intelligo-messenger-bot

This is a sample messenger bot created with Intelligo framework.
https://github.com/intelligo-dev/intelligo-messenger-bot

bot bots chat-bot chatbot chatbots intelligo messenger-bot

Last synced: about 1 year ago
JSON representation

This is a sample messenger bot created with Intelligo framework.

Awesome Lists containing this project

README

          




npm downloads


undefined


Followers


License


Tweet

This project generated with [`Intelligo cli`](https://github.com/intelligo-systems/intelligo-cli) .

## Quick Start

Set the values in `config/default.json` before running the bot. Using your Facebook Page's / App's `ACCESS_TOKEN`, `VERIFY_TOKEN` and `APP_SECRET`

- `ACCESS_TOKEN:` A page access token for your app, found under App -> Products -> Messenger -> Settings -> Token Generation
- `VERIFY_TOKEN:` A token that verifies your webhook is being called. Can be any value, but needs to match the value in App -> Products -> Webhooks -> Edit Subscription
- `APP_SECRET:` A app secret for your app, found under App -> Settings -> Basic -> App Secret -> Show

**Note:** If you don't know how to get these tokens, take a look at Facebook's [Quick Start Guide](https://developers.facebook.com/docs/messenger-platform/guides/quick-start) .

Install dependencies:

```bash
$ npm install
```

Start your bot server:

```bash
$ npm start
```
## Further help

To get more help on the Intelligo framework go check out the [intelligo](https://github.com/intelligo-systems/intelligo/) README.