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 před 5 dny
.gitignore 63272cf787 Add '.gitignore' před 1 měsícem
License 83300a3c84 Add 'License' před 1 měsícem
README.md 7eb40385a3 Fixed spelling mistake před 1 měsícem
nagbot.py d7a62a5b6f Added logging, and a function to check if the stream is live before sending a chat message před 5 dny

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.