Skip to content

aicorein/meloinf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meloinf

一个简简单单的 bot,基于 melobot

license - BSD-3-Clause Made with Python GitHub Repo stars

PDM - Managed Code style: black Checked with mypy

💬 简介

基于 melobot 的机器人项目。现在仍在开发中。

目前暂时支持通过 onebot v11 协议提供服务,未来将会扩展为各平台的通用机器人。

📦️ 配置使用

  1. clone 本项目
git clone https://github.com/aicorein/meloinf.git
  1. 重命名 src/env.toml.baksrc/env.toml 以启用配置文件,同时自行修改配置

  2. >=3.13 的 python 环境中安装依赖项:

pip install ./requirements.txt
  1. 运行
cd src
python -m melobot run main.py

📜 开源许可

本项目在 AGPL3 协议下开源发行。

此外,本项目借鉴或修改了来自以下项目的代码、数据文件。所有原始的 LICENSE 文件已保留,本项目的许可证也与以下项目兼容。

对应项目 本项目中对应的 LICENSE
Giftia/Project_Xiaoye ./src/data/wordlib/LICENSE-GPL
menzi11/BullshitGenerator ./src/plugins/bullshit_gen/LICENSE
RMYHY/RBot ./src/plugins/asoul_illness/LICENSE
Kyomotoi/AnimeThesaurus ./src/data/wordlib/LICENSE-MIT

衷心感谢你们为开源社区做出的贡献 ✨

Releases

No releases published

Packages

No packages published

Languages