https://github.com/goern/govbot-sdk
https://github.com/goern/govbot-sdk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goern/govbot-sdk
- Owner: goern
- Created: 2017-11-09T12:19:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T08:05:46.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T17:08:41.946Z (10 months ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GovBot-SDK [](https://nodejs.org/dist/latest-v6.x/) [](http://www.gnu.org/licenses/agpl-3.0)
Das GovBot-SDK stellt eine Entwicklungsumgebung für den [GovBot](https://www.govbot.io) bereit,
in der eigene Bot-Experten getestet und entwickelt werden können. Chatbots die mit diesem SDK entwickelt wurden können hinterher mit in den GovBot integriert werden.
## Installation und erster Start
```
$ git clone https://github.com/GovBotIO/govbot-sdk.git
$ cd govbot-sdk
$ npm install
$ mv .env.demo .env
```
Das SDK wird mit folgendem Aufruf gestartet:
```
$ node --debug app.js
```
## Entwicklungsbereich
Der Expertenbot kann in "./additional_bots" analog zum "botSdkDemo" angelegt werden.
Der Name des aktiven Bots wird in der ./app.js in Zeile 6 festgelegt und entspricht dem Ordnernamen unter "./additional_bots".
## Entwickler-Tools
#### BotFramework-Emulator ([Download](https://github.com/Microsoft/BotFramework-Emulator)):
##### Konfiguration:
Bot endpoint URL: http://localhost:3978/msg
App ID: -leer lassen-
App Password: -leer lassen-
Locale: de
## Weitere Informationen
Weitere nützliche Informationen befinden sich im Ordner "./Doku".
## License
Dieses Projekt steht unter der [AGPL v3 license](http://www.gnu.org/licenses/agpl-3.0)
##