send_glitch 0.2.1

Read jsonlines from stdin, write messages to matrix.org
send_glitch-0.2.1 is not a library.

Read jsonlines from stdin, send matrix.org message to configured channel.

Usage:

echo '
---
token: ""
password: "<password>"
room: "#roomname:matrix.org"
account: "cooluser"
html_json_key: "html"
' > config.yaml

$ echo '{ "html": "<a href=\"https://google.com\">My google link</a>" }' | cargo run