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
- Host: GitHub
- URL: https://github.com/rbrahul/slack-bot
- Owner: rbrahul
- Created: 2016-11-10T19:14:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:40:53.000Z (over 3 years ago)
- Last Synced: 2025-03-28T13:21:17.652Z (about 1 year ago)
- Topics: javascript, material, schedule-settings, scheduled-messages, slack, slack-api, slack-bot, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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

---
####Schedule Setting

---
####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.