|
@@ -3,10 +3,9 @@
|
|
An XMPP bot for sending messages to Owncast chat, from your XMPP account.
|
|
An XMPP bot for sending messages to Owncast chat, from your XMPP account.
|
|
|
|
|
|
### Config file
|
|
### Config file
|
|
-``` log_file = '' # /path/to/log.log
|
|
|
|
- user = '' # The bot's XMPP account username
|
|
|
|
- passwd = '' # The bot's XMPP account password
|
|
|
|
- auth_bearer = '' # The bot's Owncast API token
|
|
|
|
- api_url = 'http://' # Your Owncast API url
|
|
|
|
- approved_senders = [] # The list of XMPP accounts allowed to send messages to the bot
|
|
|
|
|
|
+``` log_file = '' # /path/to/your/log.log
|
|
|
|
+user = '' # The account your owncast server will use
|
|
|
|
+passwd = ''
|
|
|
|
+senders = {'<xmpp_id that will be sending to the owncastcom bot': ('Your owncast API berrer auth', 'http://<your owncast API URL>'), } # This is a dictionary of lists of senders. Can be used for multiple Owncast servers, just include the correspodning bearer auth for that server.
|
|
|
|
+
|
|
```
|
|
```
|