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