https://github.com/gary-kim/go-nc-talk
Go library for Nextcloud Talk
https://github.com/gary-kim/go-nc-talk
hacktoberfest nextcloud nextcloud-talk
Last synced: 2 days ago
JSON representation
Go library for Nextcloud Talk
- Host: GitHub
- URL: https://github.com/gary-kim/go-nc-talk
- Owner: gary-kim
- License: apache-2.0
- Created: 2020-06-16T05:15:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T12:01:13.000Z (5 months ago)
- Last Synced: 2025-04-26T07:47:59.677Z (6 days ago)
- Topics: hacktoberfest, nextcloud, nextcloud-talk
- Language: Go
- Homepage:
- Size: 402 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Library for Nextcloud Talk
[](https://ghdrone.garykim.dev/gary-kim/go-nc-talk)
[](https://pkg.go.dev/gomod.garykim.dev/nc-talk)A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances.
### Installing
You can use this library in your Go projects by installing it with go mod:
```bash
GO111MODULE=on go get gomod.garykim.dev/nc-talk
```Check out the documentation for the package [here](https://pkg.go.dev/gomod.garykim.dev/nc-talk).
### Software using this library
* [Matterbridge](https://github.com/42wim/matterbridge)
### License
Copyright © 2020 Gary Kim <>, All Rights Reserved
Licensed under [Apache-2.0](LICENSE)