Skip to content

Ry-Sk/IIROSE-BOT

Repository files navigation

iirose

IIROSE-BOT

这是一个为IIROSE设计的机器人框架

本地运行(开发环境)

# 安装docker
curl -sSL https://get.daocloud.io/docker | sh

# Git请自行用包管理安装
# Ubuntu / Debian 系
sudo apt install git
# Redhat / Centos 系
sudo yum install git
# Arch 系
sudo pacman -Sy git
# Alpine 
sudo apk add git

# 克隆本项目
git clone https://github.com/iirose-tools/iirose-bot.git

# 进入项目目录
cd iirose-bot

# 运行 docker
./entrypoint.sh # 可加参数,./entrypoint.sh host port

# composer 安装
composer install

# 执行安装脚本
./install.sh

# 运行站点
./iirosebot run

访问测试 http://localhost:8008

插件开发

请转到 wiki 还没有写

前端开发

遵循API即可(是不是可以完成一些奇奇怪怪的程序?例如......易语言插件?)

POSTMAN文档

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages