Update README

This commit is contained in:
Daniel Berteaud 2017-09-07 15:03:46 +02:00
parent b361379468
commit 2f7f119a53
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
patrix is a simple command line client for Matrix written in perl. It can send text messages to rooms. I use it to send Zabbix alerts to a Matrix room, a bit like sendxmpp can do with XMPP.
patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can 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
@ -9,6 +9,7 @@ It requires the following perl modules
* File::MimeInfo
* Path::Tiny
* Getopt::Long
* URI::Escape
* JSON
For now it's very limited, and can only send text messages and files to a room. Here're the vailable options: