Skip to content

aattwwss/ssd-bot-go

Repository files navigation

ssd-bot-go

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.

Running locally

cp .env.example .env
export $(grep -v '^#' .env | xargs)
go build main.go
./main

Running on docker

cp .env.example .env
docker build --tag ssd-bot-go .
docker compose up -d

Acknowledgement

Thanks TechPowerup for providing me their api access to their SSD database!

Releases

No releases published

Packages

No packages published