Hubot adapter for botframework
Перейти к файлу
Zohaib Sibte Hassan b89d0900c7 Adding initial system for middlewares
- This will allow people to write middlewares for different channelIds
 - Adding default TextMiddleware
 - Currently reply looks into channelId for composing a message, this
 might need some more refinement; possibly custom response type will
 solve the problem.

While this lays foundation it is in no way complete and adding some
middlewares will open up all the rough edges. Writing unit test is next.
2017-05-22 12:44:57 -07:00
src Adding initial system for middlewares 2017-05-22 12:44:57 -07:00
.gitignore Minor fixes and README improvements 2017-02-07 11:49:16 -08:00
LICENSE Initial commit 2017-02-07 09:20:59 -08:00
README.md Fixing a typo in readme 2017-02-27 21:11:18 -08:00
coffeelint.json Adding initial system for middlewares 2017-05-22 12:44:57 -07:00
package.json First release 2017-02-07 10:25:47 -08:00

README.md

Botframework adapter for Hubot

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

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.