Skip to content

🎥 Get notified for Twitch and Restreamer channel status on Telegram

License

Notifications You must be signed in to change notification settings

davidramiro/streamobserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamobserver

About

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

Setup

  • Get a Telegram bot token from here
  • Get a twitch client ID and secret by registering an application here
  • Rename config.sample.yml to config.yml and enter your credentials
  • Rename streams.sample.yml to streams.yml and enter chats to notify and streams to observe
  • Either run via executable or go run .\cmd\streamobserver\main.go (pass -debug to enable lowest log level)