https://github.com/olivia-ai/olivia-kit-go
📦 The Olivia Kit for Golang
https://github.com/olivia-ai/olivia-kit-go
chatbot golang olivia
Last synced: 6 months ago
JSON representation
📦 The Olivia Kit for Golang
- Host: GitHub
- URL: https://github.com/olivia-ai/olivia-kit-go
- Owner: olivia-ai
- License: mit
- Created: 2020-05-13T22:12:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T11:24:30.000Z (over 5 years ago)
- Last Synced: 2025-10-13T00:27:11.820Z (9 months ago)
- Topics: chatbot, golang, olivia
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📦 The Olivia Kit for Golang
## How to use it
Here is a code example to see how to use the Go kit.
```golang
var information map[string]interface{}
client, err := NewClient("localhost:8080", true, &information)
if err != nil {
panic(err)
}
defer client.Close()
client.SendMessage("Hello Olivia!")
```
Made with ❤️ by Hugo Lageneste
