文件名称:ZeroBot:一个基于onebot协议的机器人Go开发框架
文件大小:72KB
文件格式:ZIP
更新时间:2024-05-02 04:34:51
Go
ZeroBot 文档正在咕咕中, 具体使用可以参考example文件夹 :high_voltage: 快速使用 package main import ( zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/driver" ) func main() { zero.OnCommand("hello"). Handle(func(ctx *zero.Ctx) { ctx.Send("world") }) zero.Run(zero.Config{ NickName: []string{"bot"}, CommandPrefix: "/", SuperUsers: []string{"123456"}, Driv
【文件预览】:
ZeroBot-main
----event_channel.go(2KB)
----path()
--------doc.go(74B)
--------parser_test.go(819B)
--------match.go(1KB)
--------paser.go(3KB)
----example()
--------manager()
--------music()
--------repeat()
--------main.go(703B)
----all_test.go(1KB)
----docs()
--------content()
--------archetypes()
--------config.toml(291B)
----driver()
--------doc.go(72B)
--------websocket.go(4KB)
--------seq_map_gen.go(12KB)
----rules.go(5KB)
----context.go(3KB)
----.github()
--------workflows()
----engine.go(7KB)
----LICENSE(34KB)
----api.go(13KB)
----extension()
--------single()
--------filter()
--------shell()
--------model.go(752B)
--------kv()
--------rate()
--------ttl()
----bot.go(5KB)
----.gitignore(386B)
----message()
--------message.go(7KB)
--------cqcode.go(2KB)
--------cqstring.go(2KB)
--------cqstring_test.go(2KB)
----.golangci.yml(1KB)
----callermap.go(12KB)
----go.sum(6KB)
----matcher.go(3KB)
----README.md(1KB)
----utils()
--------async()
--------helper()
----types.go(4KB)
----go.mod(390B)