Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 573 Bytes

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!