Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 521 Bytes

LiteBoty

LiteBoty 是一个轻量级的 Python 机器人框架,专注于构建基于 Redis 的消息驱动服务。

Features

  • 🚀 轻量级设计,易于使用
  • 📦 基于 Redis 的消息订阅发布系统
  • 🔌 插件化服务架构/微服务架构
  • ⚡ 异步消息处理
  • 🛠 便捷的 CLI 工具

Quick Start

  1. 安装 Redis apt install redis-server
  2. 安装框架 pip install liteboty
  3. 创建项目
    liteboty create mybot
    cd mybot
  4. 启动 python main.py