Watches configured youtube channels and will automatically download any live streams the youtube channel posts, then this can convert to a particular video format. Optionally you can get notified over pushover.
For now copy config.ini.sample to config.ini and fill in following the TODO comments.
pip install streamkeeper
streamkeeper process /path/to/config.ini
- This runs streamkeeper in the foreground.streamkeeper daemon config.ini
- This runs streamkeeper in the background(where config.ini is in the current folder).
Note: The script requires ffmpeg if you wish to enable conversions. So this needs to be installed with it's executable in the current path.
make setup
make start
ormake daemon
to background it
make test
make build
make publish