A Hubot script for receiving feedback from users.
Based on hubot-conversation npm module.
The botname issue
command initiates a short dialog with the bot. The next message from the user will be interpreted as an issue description and forwarded to the channel specified via the SUPPORT_CHANNEL
environment variable.
In hubot project repo, run:
npm install git+https://github.com/tolstoyevsky/hubot-houston --save
Then add hubot-houston to your external-scripts.json
:
[
"hubot-houston"
]
The script uses the only environment variable, which is mandatory – SUPPORT_CHANNEL
. It is the name of the channel (which is supposed to be private), where all users' issues will be forwarded to. The default value of SUPPORT_CHANNEL
is support
.
See AUTHORS.
hubot-houston is available under the Apache License, Version 2.0.