Skip to content

Hubot Bonusly integration (employee recognition with micro-bonuses)

License

Notifications You must be signed in to change notification settings

raventools/hubot-bonusly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 user
  • hubot bonuses - lists recent micro-bonuses
  • hubot 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.

Author

doofdoofsf

About

Hubot Bonusly integration (employee recognition with micro-bonuses)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 90.9%
  • Shell 9.1%