一个综合,All in One,轻量的机器人应用程式
Go to file
2024-02-29 01:27:10 +08:00
datapack
src
.gitignore
main.py
README.md first commit 2024-02-29 01:27:10 +08:00
requirements.txt first commit 2024-02-29 01:27:10 +08:00

a

轻雪 6.0

轻量,高效,易于扩展

  • 基于Nonebot2有良好的生态支持
  • 集成了上一代轻雪的优点和缺点
  • 支持Telegram/Github通信后续会支持更多的平台

手动安装和部署

1.安装Git使用命令git clone https://github.com/snowykami/LiteyukiBot 克隆项目至本地

2.切换到轻雪目录,使用pip install -r r.txt

3.python main.py!启动!

一键部署脚本

Windows

chcp 65001
git clone https://github.com/snowykami/LiteyukiBot
cd LiteyukiBot
pip install -r requirements.txt
echo python main.py > start.bat
echo Install finished! Please run start.bat to start the bot!

Linux

git clone https://github.com/snowykami/LiteyukiBot
cd LiteyukiBot
pip install -r requirements.txt
echo python main.py > start.sh
chmod +x start.sh
echo Install finished! Please run start.sh to start the bot!

注意事项

1.尽可能不要去动配置文件通过与bot交互进行配置即可若仍然想自定义配置请在config.yml中修改

2.Bot会自动检测新版本若出现新版本可用git pull命令更新

鸣谢