Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utahta/ust_notice
Ustream配信通知
https://github.com/utahta/ust_notice
Last synced: about 2 months ago
JSON representation
Ustream配信通知
- Host: GitHub
- URL: https://github.com/utahta/ust_notice
- Owner: utahta
- Created: 2012-01-01T16:27:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T12:27:06.000Z (over 11 years ago)
- Last Synced: 2023-03-10T22:12:36.549Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rdoc
Awesome Lists containing this project
README
Ustreamの配信状況をチェックして、配信されていたらメール通知するスクリプト。
cronなどで1分おきぐらいに実行したらいいと思います。
Ustreamデベロッパーキーが必要。http://developer.ustream.tv/user/register
== 必要なライブラリ
gem install pony
== 設定ファイル
config.yml を編集します。
# Ustreamのチャンネル名
channels:
- momoclotv# Ustream APIのデベロッパーキー
key:# メール宛先
mail_to:# メール経由先
mail_address: smtp.gmail.com
mail_port: 587
mail_user_name:
mail_password:
mail_domain: gmail.com