Skip to content

rbrahul/Slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Schedule Message Sending Application

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

Build Setup

# 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


####Schedule Setting Schedule Setting


####Slack Message Screen 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.