Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 - 最新の記事を 分取得する
```