LiteyukiBot
LiteyukiBot A high-performance, easy-to-use chatbot framework and application
Simple and Efficient
Multi-Framework Support
Compatible with nonebot, melobot, etc., with good ecological support
Convenient Management
Use package manager to manage plugins and resource packs
Custom Themes Support
Fully customize the appearance with resource packs
i18n
Support multiple languages through resource packs
Easy to Use
No need for cumbersome pre-processes, ready to use
High Performance
500 plugins, start within 2s
Rolling Update
Keep your bot up to date
OpenSource
MIT LICENCE open source project, welcome your contribution
Quick Start
Install Git and Python3.10+ environment
Use
git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1to clone the project locallyUse
cd LiteyukiBotto change the directory to the project rootUse
pip install -r requirements.txtinstall the project dependenciesIf you have multiple Python environments, please use
pythonx -m pip install -r requirements.txt.Start bot with
python main.py.