package
0.0.10-alpha
Repository: https://github.com/wakumaku/go-zulip.git
Documentation: pkg.go.dev

# README

Create users for testing via API

export ZULIP_EMAIL="[email protected]"
export ZULIP_API_KEY="123456"
export ZULIP_SITE="https://localhost"

go run . -email "[email protected]" -password "123456" -name "Talker 1"