BMO is a slack bot.
Thank you nlopes@, for providing this great library.
https://github.com/nlopes/slack
and some others... please see go.mod.
BMO requires three environment variables.
- SLACKTOKEN
you can find it in your app's settings under Install App > Bot User OAuth Access Token
It starts with "xoxb-". - VTOKEN
It's in Basic Information setting, showed as "Verification Token". - BOTUNAME
Unique user ID of the bot, starts with "U"
Syntax
Increment name's the number of votes.
name++ <discription>
Decrement name's the number of votes.
name-- <discription>
BMO can hook and combine multiple votes.
name++ name-- name++ foo++ <discription>
- accept HTTP health check 👩⚕️