twitchbot/base-config.yaml

22 lines
526 B
YAML
Raw Normal View History

2025-01-14 00:55:26 -05:00
# Your twitch client ID and secret
# You can register your client at https://dev.twitch.tv/console/apps/create
client_id: ''
client_secret: ''
# A list of channels you want to be notified for
# Example:
# notify_channels:
# - example1
# - example2
notify_channels: []
# The room ID where stream notifications should be sent
notify_room: ''
# A mapping of twitch users to matrix users, for @mentions
# Example:
# matrix_users:
# example1: '@example1:example.com'
# example2: '@example2:example.com'
matrix_users: {}