Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ Remind-QQ-Bot Public archive

A QQ bot with functions of reminding events, based on mirai-http-api.

Notifications You must be signed in to change notification settings

KSkun/Remind-QQ-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remind-QQ-Bot

配置

修改 docker-compose.yml 中的环境变量 QQ_NUMBERQQ_PASSWORD,然后运行 sudo docker-compose up -d 即可。

注意:有时 Mirai 会要求输入验证码和手机扫码登录等,此时可以把 qq-bot-ref_mirai 容器的 ENTRYPOINT 改成 tail -f /dev/null,后在容器中自行启动 Mirai 进行登录,之后再启动容器 qq-bot-ref_app。

问题

/bot/Dockerfile 里使用 MiraiOK 项目在容器内自动配置环境是不推荐的做法,更好的做法是把已经配置好的环境打包成镜像,再直接使用该镜像。

Releases

No releases published

Packages

No packages published