hubot-bonusly
v1.1.5
Published
Hubot Bonusly integration - give micro-bonuses and get bonus activity
Maintainers
Readme
hubot-bonusly
Hubot Bonusly integration (employee recognition with micro-bonuses)
Config
Required
HUBOT_BONUSLY_ADMIN_API_TOKEN
Commands
hubot give <amount> to <name|email> for <reason> <#hashtag>- gives a micro-bonus to the specified userhubot bonuses- lists recent micro-bonuseshubot bonusly leaderboard <giver|receiver>- show leaderboard for giving or receiving
Notes
You need to be a user of Bonusly to use this.
You can find the API token to set in HUBOT_BONUSLY_ADMIN_API_TOKEN here. Make sure you log in as a Bonusly admin user to get an admin token.
Installation
Install this using NPM. Simply:
Include hubot-bonusly as a dependency in package.json e.g.
"dependencies": {
"hubot": ">= 2.6.0 < 3.0.0",
...
"hubot-bonusly": ""
}Add hubot-bonusly to your external-scripts.json file e.g.
[..., "hubot-bonusly"]More information on installation here.
