A command line tool for sending messages to matrix chatrooms.
Run matrix-notify generate
to create an example config file named matrix-notify.toml
in the current directory.
The config file will need to be modified to suit your connection.
```cfg baseurl = "https://example.org" localusername = "matrix-bot" full_username = "@matrix-bot:example.org"
password = "Plaintext password"
token = "access_token from previous api calls" ```
bash
matrix-notify --help
bash
matrix-notify --room "\!roomid:matrix.org" --message "Lorem ipsum dolor sit amet"