| File | Date | Author | Commit |
|---|---|---|---|
| pages | 2024-09-19 |
|
[325db3] Built a working copy of slack recognition bot o... |
| public | 2024-09-08 |
|
[c306c6] Initial commit from Create Next App |
| styles | 2024-09-19 |
|
[325db3] Built a working copy of slack recognition bot o... |
| .env.local | 2024-09-19 |
|
[d9a6ac] Create .env.local |
| .gitignore | 2024-09-08 |
|
[c306c6] Initial commit from Create Next App |
| LICENSE | 2024-09-19 |
|
[7d48fb] Create LICENSE |
| README.md | 2024-09-19 |
|
[f31082] Update README.md |
| jsconfig.json | 2024-09-08 |
|
[c306c6] Initial commit from Create Next App |
| next.config.mjs | 2024-09-08 |
|
[c306c6] Initial commit from Create Next App |
| package-lock.json | 2024-09-19 |
|
[325db3] Built a working copy of slack recognition bot o... |
| package.json | 2024-09-19 |
|
[325db3] Built a working copy of slack recognition bot o... |
Welcome to KudosBot! Follow this step-by-step guide to get the bot up and running on your machine, even if you're a beginner! π
git clone https://github.com/iamvaar-dev/kudosbot.git
This will create a local copy of the KudosBot project on your machine.
.env.local file in the root directory of the cloned repository.Slack bot's OAuth Token by editing the file like this:SLACK_BOT_TOKEN = your-slack-bot-token-here
If you're unsure how to get your Slack Bot OAuth Token, proceed to the next section.
Go to your Slack Bot API and click on Install App .
This will install the bot into your Slack workspace.
Find the OAuth Token by returning to the Slack API Install App page.
You will see the Slack bot OAuth Tokenβcopy this token.
Paste the OAuth Token into the .env.local file where indicated earlier.
Set the Callback ID to `open_kudos_modal` exactly as written.
You're done! π
If any step is unclear, search YouTube for terms like:
Remember to go through the steps slowly, and if needed, watch tutorial videos to get a better idea of each step.
Feel free to reach out if you need any more help!