blog-notification

ブログの更新通知をTwitterやSlackで受け取るアプリ。

blog-notification

ブログの更新通知をTwitterやSlackで受け取るアプリ。

Install

Requirement

Install

GitHubからソースコードを持ってきてbundle installで依存ライブラリをインストール。

git clone git@github.com:hiroxto/blog-notification.git
cd blog-notification
bundle install

Configure

config/config.example.ymlconfig/config.ymlへコピーして、ファイルの中に書いてある通りに設定。

Execute

ruby app.rb startで実行。初回はデータを取得して書き込みのみ。2回目以降は前回取得のデータと比較して、更新があった場合のみ通知を送ります。

License

MIT License