mirror of
https://github.com/42wim/matterbridge.git
synced 2025-03-12 09:21:05 +01:00
GoZulipBot
gozulipbot
is a library to interact with Zulip in Go. It
is primarily targeted toward making bots.
Installation
go get github.com/ifo/gozulipbot
Usage
Make sure to add gozulipbot
to your imports:
import (
"github.com/ifo/gozulipbot"
gzb )
Check out the examples directory for more info.