add karmabot@webex.bot to your webex teams space
mention the person you would like to look up along with the bot and any number of +
or -
to grant or remove karma from the mentioned user.
example:
@user @+++
will increment@user
's karma by 2@someone @+---
will decrement@someone
's karma by 2
make sure that the mentions are entered properly in the webex teams client
karma changes are capped to 5 at a time
- clone the repo
npm install
cp .env{.sample,}
- get an api key
- edit
.env
with your api key and endpoint (BOT_ID
is not required) - use ngrok or something that is publicly available for 1he callbacks endpoint
npm start
- configure heroku with a new project set up to use heroku's git master or any branch on github that you specify.
- edit
.env
with the endpoint ofhttps://{app-name}.herokuapp.com
- push to heroku or the specified github branch
- add the webex teams bot to your space by username
- watch the logs on heroku