tibernardinelli / good-morning-bot

A Bot to Notify You Good Morning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

good-morning-bot

A Slack Bot to Notify Your Channels Random Good Morning Messages

How To Run

*** Standalone version *** (Requires Node 14.16.0)

npm install -g yarn &&/
yarn &&/
DEBUG=app:* SLACK_TOKEN=<slack bot token with chat permissions> PORT=<app run port (8081 is default value)> GOOD_MORNING_ENABLED=true GOOD_AFTERNOON_ENABLED=true GOOD_NIGHT_ENABLED=true yarn start

Sample

image

About

A Bot to Notify You Good Morning

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%