This commit is contained in:
Zohaib Sibte Hassan 2017-02-27 21:11:18 -08:00 коммит произвёл GitHub
Родитель 39e1a12e2a
Коммит 518c8571f7
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1,9 +1,8 @@
# Botframework adapter for Hubot
Set environment variables `BOTBUILDER_APP_ID` and `BOTBUILDER_APP_PASSWORD` to use this with a Facebook account.
You can optionally set envvars `BOTBUILDER_ENDPOINT` value to listen on a custom HTTP endpoint (defualt is `/api/messages`).
Install `hubot`. Make sure to `npm install --save hubot-botframework` to add this module.
Run the command `./bin/hubot -a botframework` to run the bot from your local computer.
Set environment variables `BOTBUILDER_APP_ID` and `BOTBUILDER_APP_PASSWORD` of your bot from Botframework portal. You can optionally set envvars `BOTBUILDER_ENDPOINT` value to listen on a custom HTTP endpoint (defualt is `/api/messages`).
Install `hubot`. Make sure to `npm install --save hubot-botframework` to add this module. Run the command `./bin/hubot -a botframework` to run the bot from your local computer.
# Contributing