Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/tyantomiro
https://github.com/himanoa/tyantomiro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/tyantomiro
- Owner: himanoa
- License: mit
- Created: 2018-07-04T23:07:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T10:16:50.000Z (over 6 years ago)
- Last Synced: 2024-12-08T21:41:54.826Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tyantomiro
## これなに?
ちゃんとみろはYoutubeAPIを用いてVTuberの配信をキャッチしDiscordで通知するBotの予定地です
## 動かし方
1. `.env` に以下の項目を記述。
```
DISCORD_TOKEN={DISCORDのアプリケーショントークン}
YOUTUBE_TOKEN={YOUTUBE_APIのトークン}
NOTIFY_CHANNEL_ID={通知したいDiscordのChannelId}
SUBSCRIBED_CHANNNEL_IDS={購読したいYoutubeのチャンネルID(,で区切ると複数個登録できる)}
```2. `docker build -t tyantomiro .` を実行
3. `docker run -itd tyantomiro` を実行## テストの実行方法
```bash
python -m unittest
```## LICENSE
MIT