You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MarkChai edited this page Jul 16, 2026
·
1 revision
快速开始
本指南将帮助你五分钟内使用 yes-core 跑起一个 QQ 机器人。
1. 环境准备
Go 1.20+
一个运行好的 OneBot v11 协议端(如 NapCatQQ / Lagrange)
2. 初始化项目
创建一个新的 Go 项目,并引入必要的包:
mkdir my-bot &&cd my-bot
go mod init my-bot
go get github.com/yeswearebot/yes-core
go get github.com/yeswearebot/plugin_config
go get github.com/yeswearebot/adapter-manager
go get github.com/yeswearebot/adapter-onebot