Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/hubot-jvn
JVN(https://jvn.jp/) の脆弱性情報を返す hubot-scripts
https://github.com/moqada/hubot-jvn
Last synced: 3 days ago
JSON representation
JVN(https://jvn.jp/) の脆弱性情報を返す hubot-scripts
- Host: GitHub
- URL: https://github.com/moqada/hubot-jvn
- Owner: moqada
- License: mit
- Created: 2014-06-01T13:57:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T20:45:45.000Z (7 months ago)
- Last Synced: 2024-11-01T17:38:14.529Z (6 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-jvn
JVN(https://jvn.jp/) の脆弱性情報を返す hubot-scripts。
CronJob で定期的に RSS を取得、最新情報が存在する場合は投稿する。
## Configuration
**HUBOT_JVN_ROOM**
CronJob から定期的にメッセージを投稿するルーム (@conf.hipchat.com)
**HUBOT_JVN_CRON_TIME**
CronJob の実行時間指定
**HUBOT_JVN_ERROR_MESSAGE**
エラー発生時のメッセージ
**HUBOT_JVN_REPLY_MESSAGE**
jvn コマンドによる返信時のメッセージ
**HUBOT_JVN_CRON_MESSAGE**
CronJob による投稿時のメッセージ
ex.
```
@all
_人人人人人人人人_
> 新しい脆弱性 <
 ̄Y^Y^Y^Y^Y^Y^Y ̄
```## Installation
1. package.json の dependencies に hubot-jvn を追加
2. "hubot-jvn" を external-scripts.json に追加
3. npm install
4. Reboot Hubot## Commands
```
hubot jvn - 最新の記事を5つ取得する
hubot jvn - 最新の記事を 分取得する
```