hubot-invite-slack
v0.1.10
Published
A simple script for Hubot to send invitations and track inviters
Downloads
6
Maintainers
Readme
Hubot Invite to Slack
A simple script for Hubot to send invitations in Slack and track who is inviting whom.
This requires hubot-auth to manage permissions.
Installation
In hubot project repo, run:
npm install hubot-invite-slack --save
Then add hubot-invite-slack and hubot-auth to your external-scripts.json
:
["hubot-auth", "hubot-invite-slack"]