An open API service indexing awesome lists of open source software.

https://github.com/xavxyz/micro-schedule-bot

⏰🤖 Schedule messages to send to Slack
https://github.com/xavxyz/micro-schedule-bot

micro scheduled-messages slack

Last synced: about 2 months ago
JSON representation

⏰🤖 Schedule messages to send to Slack

Awesome Lists containing this project

README

          

# micro-schedule-bot

[![Build Status](https://travis-ci.org/xavcz/micro-codecamps-bot.svg?branch=master)](https://travis-ci.org/xavcz/micro-codecamps-bot)

Send scheduled messages to a Slack team.

You'll need a [webhook url](https://api.slack.com/incoming-webhooks), a [slash token](https://api.slack.com/slash-commands) & an allowed username (your username?) from Slack.

```sh
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:
```sh
# edit your .env file with the relevant env variables
yarn deploy
```