An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




Olivia's character


📦 The Olivia Kit for Golang



GoDoc

## 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

![Olivia's wave](https://olivia-ai.org/img/background-olivia.png)