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.
First, install the c-toxcore library.
Next, download go-tox
using go:
go get github.com/codedust/go-tox
gotox is licensed under the GPLv3.
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. ;)