Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sue445/today_anime

これから放映されるアニメをポストするSlackボット
https://github.com/sue445/today_anime

anime slack-bot

Last synced: 26 days ago
JSON representation

これから放映されるアニメをポストするSlackボット

Awesome Lists containing this project

README

        

# これから放映されるアニメをポストするSlackボット
## Setup
```bash
bundle install
```

## Usage
```bash
export SLACK_WEBHOOK_URL=xxxxx

# optional
# export SLACK_CHANNEL=xxxxx

bundle exec ruby today_anime.rb
```

## 仕組み
* ブランチがpushされたら `#test` に投稿されます
* [.gitlab-ci.yml](.gitlab-ci.yml) と [.circleci/config.yml](.circleci/config.yml) で設定
* スケジューラーからの実行はIncoming Webhookに設定されてるチャンネルに投稿されます