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

deadtom f212d08073 Update 'config.py' 22 giờ trước cách đây
.gitignore b5d919041f Upload files to '' 2 ngày trước cách đây
README.md c366fd12e2 Yup 2 ngày trước cách đây
config.py f212d08073 Update 'config.py' 22 giờ trước cách đây
owncastcom.py bb701636a3 Set up bot to get API information from the config file, based on the sender's address. 2 ngày trước cách đây

README.md

Owncastcom

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

Config file

    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