#org #stdin #read #send #message #password #html

app send_glitch

从 stdin 读取 jsonlines,将消息写入 matrix.org

4 个版本 (2 个重大更新)

0.4.0 2022 年 9 月 14 日
0.3.0 2021 年 1 月 14 日
0.2.2 2021 年 1 月 10 日
0.2.1 2020 年 4 月 1 日

#532Cargo 插件

MIT/Apache

18KB
76 代码行

从 stdin 读取 jsonlines,向配置的频道发送 matrix.org 消息。

用法

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

依赖项

~17–31MB
~500K SLoC