matterbridge/vendor/github.com/matterbridge/gozulipbot
2021-10-23 23:20:34 +02:00
..
.gitignore Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
bot.go Update gozulipbot dependency (#1618) 2021-10-23 23:13:07 +02:00
flag.go Sync with upstream gozulipbot fixes (#1202) 2020-08-21 00:14:33 +02:00
message.go Sync with upstream gozulipbot fixes (#1202) 2020-08-21 00:14:33 +02:00
queue.go Update gozulipbot dependency (#1618) 2021-10-23 23:13:07 +02:00
README.md Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
version.go Fix gozulipbot vendor 2021-10-23 23:20:34 +02: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 (
  gzb "github.com/ifo/gozulipbot"
)

Check out the examples directory for more info.