Push api for Riot/Matrix (zmeventnotification)

Previous development branch now released as 1.36
Locked
trumee
Posts: 70
Joined: Tue Mar 08, 2011 3:33 pm

Push api for Riot/Matrix (zmeventnotification)

Post by trumee »

Was wondering whether anybody has looked at sending alarms to a Riot/Matrix channel
Nasrudin
Posts: 2
Joined: Sun Jul 05, 2020 6:10 am

Re: Push api for Riot/Matrix (zmeventnotification)

Post 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?
Locked