Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 672 Bytes

micro-schedule-bot

Build Status

Send scheduled messages to a Slack team.

You'll need a webhook url, a slash token & an allowed username (your username?) from Slack.

git clone https://github.com/xavcz/micro-codecamps-bot.git
cd micro-codecamps-bot
yarn
WEBHOOK_URL=https://hooks.slack.com/services/xxx/yyy/zzz SLASH_TOKEN=foobar123
ALLOWED_USER=your_username yarn dev

Deploy:

# edit your .env file with the relevant env variables
yarn deploy