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

https://github.com/rbrahul/slack-bot

Slack Schedule Messaging BOT
https://github.com/rbrahul/slack-bot

javascript material schedule-settings scheduled-messages slack slack-api slack-bot vuejs

Last synced: about 1 year ago
JSON representation

Slack Schedule Messaging BOT

Awesome Lists containing this project

README

          

# Slack Schedule Message Sending Application

> An application to send schedule message in Slack Messenger, Developed with VueJS

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```
## Application Screen:
#### Message Setting
![Message Setting](https://raw.githubusercontent.com/rbrahul/slack-schedule-messaging/master/static/images/screenshots/message-setting.png "Message Settings")

---

####Schedule Setting
![Schedule Setting](https://raw.githubusercontent.com/rbrahul/slack-schedule-messaging/master/static/images/screenshots/schedues-setting.png "Schedule Settings")

---

####Slack Message Screen
![Slack Message Screen](https://raw.githubusercontent.com/rbrahul/slack-schedule-messaging/master/static/images/screenshots/slack-message.png "Slack Message Screen")
---

## How to
1. In the first tab fill all the information. Here Token field must be filled with your valid Slack API Token. And in the channel field enter any channel name as '#test-channel'.

2. On the second tab you have to add your schedule. You can enable or disable each schedule.Message will be sent with according specified schedule. An example schedule has been entered by default.

##Note:
You should use latest browser to get suppor of localStorage feature.