#Matrix is great, but using it can be a PITA. CLI clients are not ubiquitous, E2EE is complicated and requires local state, and the python client is extremely slow (like 10 seconds to send a message slow). I’ve often wanted a fast, easy way to post a message into a room in a way that’s simple and secure.

Enter #pokem, a simple CLI tool that can also run as a daemon. You create a user for it to run as, configure it to use that user, and invite that user to whatever rooms you want.

Remotely, you can send a POST request and it will put the data into the room. No fuss, no muss.

So I can run curl --fail -d "hello, matrix" 'https://pokem.koehn.com/<room id>' from any script and it will put the message there automagically, even if the room is E2EE.

Feel free to invite @pokem:koehn.com to your matrix room (on any home server) and you can do the same.

https://github.com/arcuru/pokem

1
1