Skip to content

kaplan-michael/slack-kudos-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kudos bot for slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages