Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 470 Bytes

Slack kudos bot

How to use

Buiild the binary

go build -o kudosbot

Export the following environment variables

  • sqlite filename
  • slack bot token(oauth2) starts with xoxb-...
  • slack app token starts with xapp-...
export KUDOS_SQLITE_FILENAME='kudos.db' 
export KUDOS_SLACK_BOT_TOKEN='xoxb-...'
export KUDOS_SLACK_APP_TOKEN='xapp-...'

Run the binary

./kudosbot

and add the bot to the channels you want it to be active in.