
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
hubot-schedule-msg
Advanced tools
Inspired by & based on: hubot-schedule But I think it's BETTER!
I build this to fit with my rocket.chat, but I guess it will work (with some bugs) on other platform. ES6 so it's easily to maintenance.
hubot-hook
for example)And actually... I don't remember all.
TODO: [] Create built file instead of using direct babel compile. [] Recheck the error handling & error emit. [] Bug fixes.
Install the package
npm install hubot-schedule-msg
Add hubot-schedule-msg
to external-scripts.json
.
> cat external-scripts.json
> ["hubot-schedule"]
hubot schedule <@someone|#channel> "<time|cron_pattern>" <message>
hubot schedule list
hubot remove id
Examples:
hubot schedule "9am" Hello World
hubot schedule #general "tomorrow" Hello World
hubot schedule @someone "9:00:10 31/1/2020 +07:00" Full date time format.
hubot schedule me "9:00 31 Jan +7" Shorthand @rocket.cat.
hubot schedule "Monday" Next Monday at 9am.
hubot schedule "4 5 . . ." Use dots instead of asterisks to avoid markdown parsing.
Put these options to your hubot's .env
file
Enable/Disable debug mode, some debug messages will appear.
Enable/Disable hubot not to process messages sent by hubot-schedule-msg.
Enable to deny schedule control from other rooms.
This will set default UTC Offset to schedules. If not set, OS timezone's offset would be used.
Emit the error message using robot.emit (not sending message outside) or send as messages.
Copyright 2020 juzser.
Licensed under the MIT License.
FAQs
Message scheduler for hubot, fit with RocketChat
The npm package hubot-schedule-msg receives a total of 11 weekly downloads. As such, hubot-schedule-msg popularity was classified as not popular.
We found that hubot-schedule-msg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.