The Birthday Reminder Slack Bot is a custom integration designed to help supervisors stay informed about their employees' birthdays. This bot automatically sends notifications to supervisors, ensuring that they can celebrate and acknowledge their team members' special days.
To install and set up the Birthday Reminder Slack Bot, follow these steps:
-
Clone or download the bot's source code from the provided repository.
-
Install all dependencies with command
$ npm install- Before running the app, you need to create a .env file in the project root directory. Rename env.example file or use the following example as a template:
PORT=80
BOT_USER_OAUTH_TOKEN=PUT_HERE_YOUR_TOKENYou can run the app using the following command:
$ npm run start