A bot for automagically sending messages to Owncast chat, at specified intervals.

allens d7a62a5b6f Added logging, and a function to check if the stream is live before sending a chat message hai 5 días
.gitignore 63272cf787 Add '.gitignore' hai 1 mes
License 83300a3c84 Add 'License' hai 1 mes
README.md 7eb40385a3 Fixed spelling mistake hai 1 mes
nagbot.py d7a62a5b6f Added logging, and a function to check if the stream is live before sending a chat message hai 5 días

README.md

Nagbot

A bot for automagically sending messages to Owncast chat, at specified intervals.

Create a config.py

    auth_bearer = ''  # The API authentication code for your Owncast server's API. 
    nags = ['this is a message', 'this is another message']  # A list of messages to be cycled through
    interval =  # The interval, in seconds, between messages. It's an integer, so no quotes.