config.py 285 B

123456
  1. log_file = ''
  2. user = '' # The bot's XMPP account username
  3. passwd = '' # The bot's XMPP account password
  4. auth_bearer = '' # The bot's Owncast API token
  5. api_url = 'http://' # Your Owncast API url
  6. approved_senders = [] # The list of XMPP accounts allowed to send messages to the bot