/go-tox

Go wrapper for the toxcore library - contributions welcome!

Primary LanguageGoGNU General Public License v3.0GPL-3.0

gotox

GoDoc

gotox is a Go wrapper for the c-toxcore library.

Pull requests, bug reportings and feature requests (via github issues) are always welcome. :)

For a list of supported toxcore features see PROGRESS.md.

Installation

First, install the c-toxcore library.

Next, download go-tox using go:

go get github.com/codedust/go-tox

License

gotox is licensed under the GPLv3.

How to use

See bindings.go for details about supported API functions and callbacks.go for the supported callbacks.

The best place to get started are the examples in examples/.

go run examples/example.go

Feel free to ask for help in the issue tracker. ;)