Registry /
http-client / matterbridge-gozulipbot
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
gozulipbot
✓ github.com/matterbridge/gozulipbot
Creates a Zulip bot instance
package main
import (
"fmt"
"github.com/matterbridge/gozulipbot"
)
func main() {
bot := gozulipbot.Bot{Email: "bot@example.com", APIKey: "key"}
fmt.Println(bot)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20170308165148-c4da7e4e233alatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.