Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
hubot-rss-poller
Advanced tools
A simple poller for RSS feeds in hubot. It will alert to chat on updates to the feed polled on a regular interval.
This is a simple polling script used to poll RSS feeds and ping rooms when an update is found. All it requires is a file specified to read.
All you need is a .json
file with the following configurations set up.
This is loaded from the hubotrssconfig.json
file in the top level of the hubot
install, or you can specify in an environment variable HUBOT_RSS_CONFIG_FILE
.
{
"feeds": [{
"name": "Name of the RSS feed goes here",
"url": "URL to the RSS feed",
"room": "room to message out to when an update is found",
"pingInterval": "100", // How many seconds to wait before polling for update
"alertPrefix": "A prefix to the output message goes here.",
"alertSuffix": "a suffix to an output message goes here.",
"initialDelay": "3" // initial wait (in seconds) check to allow hubot to connect"
}]
}
FAQs
A simple poller for RSS feeds in hubot. It will alert to chat on updates to the feed polled on a regular interval.
The npm package hubot-rss-poller receives a total of 2 weekly downloads. As such, hubot-rss-poller popularity was classified as not popular.
We found that hubot-rss-poller 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.