Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated README

+2 -2
+2 -2
README.md
··· 47 47 48 48 # Slack 49 49 # ------------------------------------------------------------------------------ 50 - SLACK_BOT_TOKEN= 51 - SLACK_TEAM_ID= 50 + SLACK_BOT_TOKEN=<put here your bot token> 51 + SLACK_TEAM_ID=<put here your team ID> 52 52 53 53 # General 54 54 # ------------------------------------------------------------------------------