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
- Host: GitHub
- URL: https://github.com/davidramiro/streamobserver
- Owner: davidramiro
- License: mit
- Created: 2022-10-27T14:00:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T15:21:40.000Z (10 months ago)
- Last Synced: 2025-09-01T10:04:55.536Z (10 months ago)
- Topics: broadcast-box, monitoring, restreamer, rtsp, stream, telegram, telegram-bot, twitch
- Language: Go
- Homepage:
- Size: 140 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .`