Categorygithub.com/tsoding/gatekeeper
module
0.0.0-20241219023131-2a8b762bf801
Repository: https://github.com/tsoding/gatekeeper.git
Documentation: pkg.go.dev

# README

Gatekeeper

logo

The chat bot Zozin does not want you to know about.

Quick Start

Gatekeeper

Gatekeeper is the bot process itself.

$ go build ./cmd/gatekeeper/
$ ./gatekeeper

Gaslighter

Gaslighter is the bot configuration command line tool which works by connecting to the bot's database and modifying it.

$ go build ./cmd/gaslighter/
$ ./gaslighter

Environment Variables

NameDescription
GATEKEEPER_DISCORD_TOKENDiscord token https://discord.com/developers/docs/topics/oauth2
GATEKEEPER_PGSQL_CONNECTIONPostgreSQL connection URL https://www.postgresql.org/docs/current/libpq-connect.html#id-1.7.3.8.3.6
GATEKEEPER_TWITCH_IRC_NICKTwitch Login
GATEKEEPER_TWITCH_IRC_PASSTwitch Password https://twitchapps.com/tmi/

# Packages

No description provided by the author