Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 429 Bytes

satori-go

satori protocol in golang

Usage

client := NewClient("12345678", "i am token")

client.Listen(func(event *Event) {
	fmt.Println(event)
})

client.CreateMessage("87654321", "hello world!")

Thanks

  • chronocat - 神秘猫猫
  • zerobot - 一个基于onebot协议的机器人Go开发框架