Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 656 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 656 Bytes

アニメ情報をポストするSlackボット

CircleCI

Setup

bundle install

Usage

export SLACK_WEBHOOK_URL=xxxxx

# optional
# export SLACK_CHANNEL=xxxxx

bundle exec rake today_anime
bundle exec rake anime_movie

仕組み

  • ブランチがpushされたら #slack_sandbox に投稿されます
  • スケジューラーからの実行はIncoming Webhookに設定されてるチャンネル ( #anime_bot ) に投稿されます

オリジナル

https://github.com/sue445/today_anime