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.
- Host: GitHub
- URL: https://github.com/intelligo-dev/intelligo-messenger-bot
- Owner: intelligo-dev
- License: mit
- Created: 2016-12-07T16:09:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T00:54:44.000Z (almost 7 years ago)
- Last Synced: 2025-04-25T02:06:34.533Z (about 1 year ago)
- Topics: bot, bots, chat-bot, chatbot, chatbots, intelligo, messenger-bot
- Language: JavaScript
- Homepage: https://intelligo.js.org/
- Size: 42.1 MB
- Stars: 13
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.