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

https://github.com/davidramiro/streamobserver

🎥 Get notified for Twitch and Restreamer channel status on Telegram
https://github.com/davidramiro/streamobserver

broadcast-box monitoring restreamer rtsp stream telegram telegram-bot twitch

Last synced: 10 months ago
JSON representation

🎥 Get notified for Twitch and Restreamer channel status on Telegram

Awesome Lists containing this project

README

          

# streamobserver

## About

Go service to poll Twitch, BroadcastBox and Restreamer streams and notify Telegram chats and groups.

## Setup

- Get a Telegram bot token from [here](https://t.me/BotFather)
- Get a twitch client ID and secret by registering an application [here](https://dev.twitch.tv/console/apps)
- Rename `config.sample.yml` to `config.yml` and enter your credentials and streams to observe
- Either run via executable or `go run .`