-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.sample.yml
More file actions
33 lines (30 loc) · 968 Bytes
/
Copy pathconfig.sample.yml
File metadata and controls
33 lines (30 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
general:
polling_interval: "180s"
request_timeout: "20s"
debug: false
telegram:
apikey: "telegram-bot-key"
twitch:
client_id: "client-id"
client_secret: "client-secret"
chats:
# List of chat IDs to notify (private / group)
- chatid: 42424242
streams:
twitch:
# List of Twitch usernames to observe
- username: "dashducks"
restreamer:
# List of restreamer streams to observe
- baseurl: "https://server.restreamer.tld"
# Channel ID
id: "124278c-5a03-45ca-8302-c322f1127232"
# Optional, for a custom page embedding the restreamer stream
customurl: "https://stream.wrapper.tld"
broadcastbox:
# List of restreamer streams to observe
- baseurl: "https://server.broadcastbox.tld"
# Stream key
id: "key"
# Optional, for a custom page embedding the broadcast-box stream
customurl: "https://stream.wrapper.tld"