文件名称:rss-notifier:发送RSS更新通知给Slack
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-10 17:44:07
JavaScript
rss通知程序 :speech_balloon: 发送RSS更新通知给Slack 码头工人 docker run omrilotan/rss-notifier -- --interval 10 --webhook https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX --channel " #notifications-channel " --feeds https://www.githubstatus.com/history.rss,https://status.docker.com/pages/533c6539221ae15e3f000031/rss --log-level debug NPX npx rss-notifier --interval 10 --webhook https://hooks.slac
【文件预览】:
rss-notifier-main
----.dockerignore(24B)
----.github()
--------workflows()
----Dockerfile(126B)
----lib()
--------send()
--------minutesToMs()
--------formatter()
--------getFeed()
--------template()
----LICENSE(1KB)
----README.md(4KB)
----bin.js(1KB)
----.npmrc(107B)
----.editorconfig(180B)
----.gitignore(19B)
----index.js(2KB)
----package.json(757B)
----.nvmrc(3B)