mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
.. | ||
.gitignore | ||
bot.go | ||
flag.go | ||
message.go | ||
queue.go | ||
README.md |
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 (
gzb "github.com/ifo/gozulipbot"
)
Check out the examples directory for more info.