Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sue445/today_anime
これから放映されるアニメをポストするSlackボット
https://github.com/sue445/today_anime
anime slack-bot
Last synced: 26 days ago
JSON representation
これから放映されるアニメをポストするSlackボット
- Host: GitHub
- URL: https://github.com/sue445/today_anime
- Owner: sue445
- License: mit
- Created: 2018-11-18T14:34:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T04:11:19.000Z (8 months ago)
- Last Synced: 2024-04-28T06:58:28.500Z (8 months ago)
- Topics: anime, slack-bot
- Language: Ruby
- Homepage: https://inside.pixiv.blog/sue445/5647
- Size: 31.3 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# これから放映されるアニメをポストするSlackボット
## Setup
```bash
bundle install
```## Usage
```bash
export SLACK_WEBHOOK_URL=xxxxx# optional
# export SLACK_CHANNEL=xxxxxbundle exec ruby today_anime.rb
```## 仕組み
* ブランチがpushされたら `#test` に投稿されます
* [.gitlab-ci.yml](.gitlab-ci.yml) と [.circleci/config.yml](.circleci/config.yml) で設定
* スケジューラーからの実行はIncoming Webhookに設定されてるチャンネルに投稿されます