Push api for Riot/Matrix (zmeventnotification)
Push api for Riot/Matrix (zmeventnotification)
Was wondering whether anybody has looked at sending alarms to a Riot/Matrix channel
Re: Push api for Riot/Matrix (zmeventnotification)
As long as you aren't using a Matrix encrypted channel, there are a number of modules out there in different languages (Perl, Python, etc) to send messages to channels as a bot. You'll need to register either a new bot account (the secure way) or use your account credentials (the insecure way). The other issue that you will run into involves encrypted channels. For that I'd recommend something called Pantaliamon at https://github.com/matrix-org/pantalaimon that will handle encryption for your chat bot by proxying the encryption through it.
Hope this helps a little?
Hope this helps a little?