# gomirai **Repository Path**: fzls/gomirai ## Basic Information - **Project Name**: gomirai - **Description**: 适配于Mirai HTTP API的Golang SDK - **Primary Language**: Go - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2021-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go-Mirai [![Go Report](https://goreportcard.com/badge/github.com/Logiase/gomirai?style=flat-square)](https://goreportcard.com/report/github.com/Logiase/gomirai)![GitHub top language](https://img.shields.io/github/languages/top/Logiase/gomirai)![GitHub](https://img.shields.io/github/license/Logiase/gomirai)![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Logiase/gomirai)![GitHub contributors](https://img.shields.io/github/contributors/Logiase/gomirai) 适配[MiraiHttpApi](https://github.com/mamoe/mirai-api-http)与[Mirai](https://github.com/mamoe/mirai)的Go SDK 目前仍处于开发阶段,部分功能仍未测试,暂未发布Go Module ## 如何使用 请参照[example](/example_test.go) 所有导出函数、变量、结构均有详细注释 ```go package main import ( "github.com/Logiase/gomirai" ) func main() { //... } ``` ### 不了解Go? (安利狂魔) [Go急速入门](https://learn.go.dev/) ### 目前问题 暂无 ## 功能 HTTP Api的所有基础功能 Websocket支持目前还在计划中 ### 仍需改进的部分 1. InEvent的更详细分类及自动归类,现在仍需手动调用OperatorDetail()与SenderDetail() ## 维护者 [Logiase](https://github.com/Logiase) ## 许可证 [AGPL-3.0](LICENSE) © Logiase