send_glitch

Crates.iosend_glitch
lib.rssend_glitch
version0.4.0
sourcesrc
created_at2020-04-01 22:05:10.502557
updated_at2022-09-14 08:06:59.382054
descriptionRead jsonlines from stdin, write messages to matrix.org
homepagehttps://github.com/blakehawkins/send_glitch
repositoryhttps://github.com/blakehawkins/send_glitch
max_upload_size
id225344
size64,776
(blakehawkins)

documentation

README

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

Usage:

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

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

cargo fmt