0.0.1 • Published 5 years ago
rocket-chat-daily-checkin-checkout v0.0.1
rocket-chat-daily-checkin-checkout
Bot to get check-in and checkout. Results will be posted inside channel. Late check-in and checkout will be posted separately.
Project setup
- Run this command
npm install
- Change BOT_NAME for bot identification
- Change ROCKETCHAT_ROOM for rooms name where bot will post user's stand-up
- BOT_TIME_DIALOG_CHECKIN for check-in time. (Example : '09:00:00)
- BOT_TIME_PUBLISH_CHECKIN for checkout time. (Example : '10:00:00)
- BOT_TIME_DIALOG_CHECKOUT for check-in time. (Example : '09:00:00)
- BOT_TIME_PUBLISH_CHECKOUT for checkout time. (Example : '10:00:00)
- change ROCKETCHAT_URL for bot server. (Example: https://chat.example.com)
- ROCKETCHAT_USER for rocketchat username login
- ROCKETCHAT_PASSWORD for rocketchat password login
Compiles for development
npm run watch
or you can use
npm run debug
Compiles for production
npm run chatbot
0.0.1
5 years ago