An XMPP bot for sending messages to Owncast chat, from your XMPP account.

deadtom 222af0a9c3 Update 'README.md' il y a 23 heures
.gitignore e628eb97b5 Update '.gitignore' il y a 23 heures
README.md 222af0a9c3 Update 'README.md' il y a 23 heures
config.py f212d08073 Update 'config.py' il y a 23 heures
owncastcom.py bb701636a3 Set up bot to get API information from the config file, based on the sender's address. il y a 2 jours

README.md

Owncastcom

An XMPP bot for sending messages to Owncast chat, from your XMPP account.

Config file

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.