Skip to content

honishi/onigiri-alert-server

Repository files navigation

Onigiri Alert Server

implementation of rapid push notification for specified user's twitcasting live.

client binary available at App Store.

sample

screenshot

sequence overview

sequence

requirements

setup

first, setup python runtime environment.

pyenv install 3.3.3
pyenv virtualenv 3.3.3 onigirialert-venv-3.3.3
pip install -r requirements.txt

then application specific settings.

cp onigiri.config.sample onigiri.config
edit onigiri.config
cp onigiri.env.sample onigiri.env
edit onigiri.env

start & stop

just use start and stop.

./onigiri.sh start
./onigiri.sh stop

monitoring example using cron

see onigiri.sh inside for details of monitoring.

* * * * * /path/to/onigiri-alert-server/onigiri.sh monitor >> /path/to/onigiri-alert-server/log/monitor.log 2>&1

license

copyright © 2014- honishi, hiroyuki onishi.

distributed under the [MIT license][mit]. [mit]: http://www.opensource.org/licenses/mit-license.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published