u/SSD_BOT
This is the golang port of the original ssd bot for commenting ssd information in the /r/buildapcsales subreddit.
You can find the original bot here.
cp .env.example .env
export $(grep -v '^#' .env | xargs)
go build main.go
./main
cp .env.example .env
docker build --tag ssd-bot-go .
docker compose up -d
Thanks TechPowerup for providing me their api access to their SSD database!