Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
62 lines (42 loc) · 1.15 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.15 KB

el-bot-py 已停止开发。相同功能替代者见 el-bot

一个基于 mirai 开箱即用的 QQ 机器人

基础环境

安装

安装 mirai 相关包

sh install.sh

初始化虚拟环境

为避免 Python 其他环境包影响,您可以初始化本地虚拟环境。

虚拟环境和包

python3 -m venv el-env
source el-env/bin/activate

设置国内镜像源

# 阿里云
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

Windows

tutorial-env\Scripts\activate.bat

Unix Or MacOS

source tutorial-env/bin/activate

运行

python3 start.py
# 默认端口 4859
# 1.048596%

Thanks