Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utahta/ust_notice

Ustream配信通知
https://github.com/utahta/ust_notice

Last synced: about 2 months ago
JSON representation

Ustream配信通知

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