J-Rivard / pso2-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSO2-Filter Discord Bot

This is a discord bot written in go with the purpose of filtering out the unwanted UQ events in pso2.

Dependencies

Running

The following env vars are needed to run

export BotToken=*

export db_user=postgres
export db_pw=*
export db_host=127.0.0.1
export db_schema=*
export db_name=*devdb*

Be sure to fill in the * with relevant fields for your environment

Once the appropriate environment variables are exported, simply run go run cmd/pso2-filter/main.go

Postgres

You will also need postgres running, with the pso2-filter.sql file configuration ran.

Usage

About


Languages

Language:Go 98.0%Language:Dockerfile 2.0%