https://github.com/floattech/satori-go
satori protocol in golang
https://github.com/floattech/satori-go
chronocat satori
Last synced: 4 months ago
JSON representation
satori protocol in golang
- Host: GitHub
- URL: https://github.com/floattech/satori-go
- Owner: FloatTech
- License: gpl-3.0
- Created: 2023-10-14T06:23:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T14:10:12.000Z (almost 2 years ago)
- Last Synced: 2025-05-02T01:37:48.405Z (5 months ago)
- Topics: chronocat, satori
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# satori-go
[satori](https://satori.js.org/zh-CN/) protocol in golang## Usage
```go
client := NewClient("12345678", "i am token")client.Listen(func(event *Event) {
fmt.Println(event)
})client.CreateMessage("87654321", "hello world!")
```## Thanks
- [chronocat](https://github.com/chrononeko/chronocat) - 神秘猫猫
- [zerobot](https://github.com/wdvxdr1123/ZeroBot) - 一个基于onebot协议的机器人Go开发框架