https://github.com/codedust/go-tox
Go wrapper for the toxcore library - contributions welcome!
https://github.com/codedust/go-tox
chat library tox
Last synced: 7 months ago
JSON representation
Go wrapper for the toxcore library - contributions welcome!
- Host: GitHub
- URL: https://github.com/codedust/go-tox
- Owner: codedust
- License: gpl-3.0
- Created: 2014-10-12T17:48:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T16:45:43.000Z (almost 6 years ago)
- Last Synced: 2025-04-05T12:33:35.848Z (10 months ago)
- Topics: chat, library, tox
- Language: Go
- Homepage:
- Size: 163 KB
- Stars: 51
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
gotox
=====
[](http://godoc.org/github.com/codedust/go-tox)
gotox is a Go wrapper for the [c-toxcore](https://github.com/TokTok/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](PROGRESS.md).
## Installation
First, install the [c-toxcore](https://github.com/TokTok/c-toxcore) library.
Next, download `go-tox` using go:
```
go get github.com/codedust/go-tox
```
## License
gotox is licensed under the [GPLv3](COPYING).
## How to use
See [bindings.go](bindings.go) for details about supported API functions and [callbacks.go](callbacks.go) for the supported callbacks.
The best place to get started are the examples in [examples/](examples/).
```
go run examples/example.go
```
Feel free to ask for help in the issue tracker. ;)