Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.61 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.61 KB

Good Morning Bot

A slack app that sends a 'Good Morning' with a random emoji and gif, every workday in the morning.

Good Morning

Installation

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 👇

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...

Run project:

npm start

Resources