Categorygithub.com/aattwwss/ssd-bot-go
repository
0.0.0-20241202034738-921db1375865
Repository: https://github.com/aattwwss/ssd-bot-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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!