Skip to content

Chikage0o0/matrix-bot

Repository files navigation

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目录下

About

支持扩展的Matrix Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published