Requires git, nodejs and npm to be installed
$ git clone [email protected]:itdagene-ntnu/itbot.git
$ cd itbot
$ npm installAdd all users, with associated roles and slack id to lib/members.json, using the format below. The scripts will then find the users based on roles.
[
{
"name": "username",
"slack": "slackid",
"role": "role"
}
]HUBOT_SLACK_TOKEN API token from slack hubot integration
$ HUBOT_SLACK_TOKEN=HUBOT_SLACK_TOKEN ./bin/hubot --adapter slack
All supported scripts are located in scripts/
-
@noenlocated inrandom.js -
@<role>located inroles.js -
@<role> some text @<another role>located inroles.js -
itbot roleslocated inroles.js -
@alllocated inall.js -
@pinglocated inping.js -
itbot helplocated inhelp.js
