A slack app that sends a 'Good Morning' with a random emoji and gif, every workday in the morning.
Clone the repo:
git clone https://github.com/danielbellmas/good-morning-bot.git
Install dependencies with npm:
cd good-morning-bot
npm install
💡 Before you can run the project you'll need some environment variables 👇
In order to run this project, you will need to add the following environment variables to your .env file.
Follow these instructions to get Slack's environment variables.
By signing in to Giphy, you can obtain the GIPHY API KEY
.
Here are the env variables you'll be needing: (you can also view them here)
#Slack
SLACK_BOT_TOKEN=xoxb-...
SLACK_USER_TOKEN=xoxp-...
SLACK_SIGNING_SECRET=00...
SLACK_APP_TOKEN=xapp-...
#Giphy API
GIPHY_API_KEY=X...
npm start