Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T16:45:43.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T05:59:31.378Z (7 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
=====[![GoDoc](https://godoc.org/github.com/codedust/go-tox?status.png)](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. ;)