Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 592 Bytes

Matrix Bot

介绍

利用Matrix接口,实现Webhook、Yande 图片推送到Matrix的功能,支持E2EE信息推送。

使用

命令行

./matrix_bot -S "https://ssdfsad" -u "sdfsadf" -p "1asdfasdf"

Docker

docker run -d --name matrix_bot          \
    -e HOMESERVER_URL="https://xxx.xxx" \
    -e USERNAME="x"                      \
    -e PASSWORD="x"                      \
    -v ./matrix_bot:/matrix_bot          \
    --restart unless-stopped chikage/matrix_bot:latest

插件的配置文件在/matrix_bot/plugins目录下