Update README

tags/patrix-0.1.4-1
Daniel Berteaud 7 years ago
parent e026a57a19
commit 78d5dc25bc
  1. 4
      README.md

@ -1,4 +1,4 @@
patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can create rooms, send text messages or files to rooms. I use it to send [Zabbix](https://www.zabbix.com) alerts to a Matrix room, a bit like [sendxmpp](https://github.com/lhost/sendxmpp) can do with XMPP.
patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can create and configure rooms, send text messages or files to rooms. I use it to send [Zabbix](https://www.zabbix.com) alerts to a Matrix room, a bit like [sendxmpp](https://github.com/lhost/sendxmpp) can do with XMPP.
It requires the following perl modules
* LWP::UserAgent
@ -13,7 +13,7 @@ It requires the following perl modules
* JSON
* Term::ReadKey
For now it's very limited, and can only send text messages and files to a room. Here're the vailable options:
Here're the vailable options:
* --user: specify the user you want to login as
* --password: the password to auth against the HS

Loading…
Cancel
Save