matterbridge/vendor/github.com/matterbridge/gozulipbot
2020-08-21 00:14:33 +02:00
..
.gitignore Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
bot.go Sync with upstream gozulipbot fixes (#1202) 2020-08-21 00:14:33 +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 Sync with upstream gozulipbot fixes (#1202) 2020-08-21 00:14:33 +02:00
README.md Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +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.