Page 1 of 1
Push api for Riot/Matrix (zmeventnotification)
Posted: Mon Jun 15, 2020 10:31 am
by trumee
Was wondering whether anybody has looked at sending alarms to a Riot/Matrix channel
Re: Push api for Riot/Matrix (zmeventnotification)
Posted: Sun Jul 05, 2020 6:21 am
by Nasrudin
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?