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
- Host: GitHub
- URL: https://github.com/xavxyz/micro-schedule-bot
- Owner: xavxyz
- License: mit
- Created: 2017-02-26T17:10:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T19:10:46.000Z (almost 9 years ago)
- Last Synced: 2025-05-17T00:11:21.768Z (about 1 year ago)
- Topics: micro, scheduled-messages, slack
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-schedule-bot
[](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
```