You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/matterbridge/gozulipbot
Wim b451285af7
Sync with upstream gozulipbot fixes (#1202)
4 years ago
..
.gitignore Use mod vendor for vendored directory (backwards compatible) 6 years ago
README.md Use mod vendor for vendored directory (backwards compatible) 6 years ago
bot.go Sync with upstream gozulipbot fixes (#1202) 4 years ago
flag.go Sync with upstream gozulipbot fixes (#1202) 4 years ago
message.go Sync with upstream gozulipbot fixes (#1202) 4 years ago
queue.go Sync with upstream gozulipbot fixes (#1202) 4 years ago

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.