Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intelligo-mn/intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
https://github.com/intelligo-mn/intelligo-generator
bot bot-framework bots chatbot chatbot-framework chatbots cli generator intelligo messenger-bot nodejs
Last synced: 1 day ago
JSON representation
🛠️ Chatbot generator for Intelligo Framework.
- Host: GitHub
- URL: https://github.com/intelligo-mn/intelligo-generator
- Owner: intelligo-mn
- License: mit
- Created: 2017-03-25T02:56:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T12:46:54.000Z (2 months ago)
- Last Synced: 2024-10-31T17:19:52.959Z (14 days ago)
- Topics: bot, bot-framework, bots, chatbot, chatbot-framework, chatbots, cli, generator, intelligo, messenger-bot, nodejs
- Language: JavaScript
- Homepage: https://intelligo.js.org/
- Size: 7.87 MB
- Stars: 29
- Watchers: 7
- Forks: 13
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🛠️ Chatbot generator for Intelligo Framework
🛠️ Chatbot generator for Intelligo Framework
## Installation
```bash
$ npm install intelligo-cli -g
```## Quick Start
### Messenger bot
Generate the your messenger bot project:
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) .
### Slack bot
Generate the your slack bot project:
Before you start, you'll need a Slack App. If you don't already have one, click the following [link to create it](https://my.slack.com/services/new/bot) and put ```token``` in `index.js` file.
## Install dependencies:
```bash
$ npm install
```## Run bot
Start your bot app:
```bash
$ npm start
```## Documentation
To check out docs, visit [intelligo.js.org](https://intelligo.js.org).
## License
> Copyright (C) 2019 Intelligo Systems.
> Intelligo framework is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.
> (See the [LICENSE](https://github.com/intelligo-systems/intelligo-cli/blob/master/LICENSE) file for the whole license text.)