b89d0900c7
- 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. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
coffeelint.json | ||
package.json |
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.