matrix-notify-0.3.2 is not a library.
Visit the last successful build:
matrix-notify-0.4.2
Matrix Bot
A command line tool for sending messages to a matrix chatroom.
Config
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.
base_url = "https://example.org"
local_username = "matrix-bot"
full_username = "@matrix-bot:example.org"
# optional, will be used to generate a token by logging in
password = "Plaintext password"
# optional, will be populated by login automatically if using password
token = "access_token from previous api calls"
Usage