An XMPP bot for sending messages to Owncast chat, from your XMPP account.
|
пре 21 часа | |
---|---|---|
.gitignore | пре 22 часа | |
README.md | пре 22 часа | |
owncastcom.py | пре 2 дана |
An XMPP bot for sending messages to Owncast chat, from your XMPP account.
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.