Skip to content

leinlin/MiraiBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiraiBot

简介

基于 mirai 内核和 python-mirai 接口的QQ机器人。

功能

部署

(建议在虚拟环境中运行python)

  1. 运行 mirai-console 并安装 mirai-api-http 插件。
  2. git clone https://github.com/Lycreal/MiraiBot && cd MiraiBot
  3. pip3 install -r requirements.txt
  4. [可选] 在项目根目录创建文件 config_private.py 并编辑(详见 config.py )
  5. python3 run.py "mirai://localhost:8080/ws?authKey=<authKey>&qq=<qq号>"

经过测试的运行环境

bugfix-2021

mirai-core-all-2.5.0
mirai-console-2.5.0
mirai-console-terminal-2.5.0
mirai-api-http-v1.10.0

kuriyama==0.3.6

mirai-core-1.0.2
mirai-core-qqandroid-1.1.3
mirai-console-0.5.2
mirai-api-http-v1.7.2

相关项目

License

GNU AGPLv3

About

QQ bot based on mirai and python-mirai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%