https://github.com/pkvenu/botkit-glip-starter-app
Started application to get started with Botkit and Glip
https://github.com/pkvenu/botkit-glip-starter-app
botkit bots glip starter-kit
Last synced: 7 months ago
JSON representation
Started application to get started with Botkit and Glip
- Host: GitHub
- URL: https://github.com/pkvenu/botkit-glip-starter-app
- Owner: pkvenu
- Created: 2017-03-28T02:24:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T22:09:35.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T20:26:49.775Z (about 1 year ago)
- Topics: botkit, bots, glip, starter-kit
- Language: JavaScript
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# botkit-glip-starter-app
[](http://standardjs.com/)
[](http://opensource.org/licenses/MIT)
[](https://glipped.herokuapp.com/)`botkit-glip-starter-app` is a starter app allows you to create bots with Glip using [Botkit](https://www.github.com/howdyai/botkit).
It takes advantage of Botkit's core functionality thus allowing you to create complex conversational flows via a simple interface. It also allows you to use [custom storage methods/systems](https://github.com/howdyai/botkit/blob/master/readme.md#storing-information) to enable data persistence across sessions.
#### What is Botkit?
Here's an excerpt of Botkit's `readme.md` file:
> [[Botkit](https://www.github.com/howdyai/botkit)] provides a semantic interface to sending and receiving messages so that developers can focus on creating novel applications and experiences instead of dealing with API endpoints.
## Installation
```bash
$ git clone https://github.com/pkvenu/botkit-glip-starter-app.git
$ cd
$ npm install
```## Config
Update **.env** file with the credentails for the below properties:
```
GLIP_SERVER=https://platform.devtest.ringcentral.com
GLIP_APPKEY=
GLIP_APPSECRET=
GLIP_USERNAME=
GLIP_PASSWORD=
GLIP_EXTENSION=
```## Run
```
$ npm start
```## Usage
In the chat window enter the below command:
```
uptime
```## Response
```
I am a bot! I have been running for xxxxxxx minutes on LMRC7354.local.
```## Reference
Please see `botkit`'s guide and reference document [here](https://github.com/howdyai/botkit/blob/master/readme.md#developing-with-botkit).
## Contributing
#### Bug Reports & Feature Requests
Something does not work as expected or perhaps you think this module needs a feature? Please [open an issue](https://github.com/pkvenu/botkit-salesforce-bot/issues/new) using GitHub's [issue tracker](https://github.com/pkvenu/salesforce-bot/issues). Please be as specific and straightforward as possible.
#### Developing
Pull Requests (PRs) are welcome. Make sure you follow the same basic stylistic conventions as the original code (i.e. ["JavaScript standard code style"](http://standardjs.com)). Your changes must be concise and focus on solving a single problem.
## License
[The MIT License (MIT)](http://opensource.org/licenses/MIT)
Copyright (c) 2016