Get the bullet screen of the site(douyu.com)
👉 Java version
👉 Document description
go get github.com/AlexJialene/go-yudan
// roomId , groupId , callback func
bullet.Start("24422", "-9999", func(msg map[string]string) {
fmt.Println(msg["type"])
//TODO
})
See the documentation for details / View details of callback collections