devhsoj / ftsb

Fredericksburg Trail Status Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftsb

ftsb is a Discord bot that gives automatic updates regarding the status of trails in Fredericksburg.


Installation w/ Docker (Recommended)

git clone https://github.com/devhsoj/ftsb
cd ftsb/
docker build . -t ftsb

Running:

docker run --name ftsb -d -e DISCORD_BOT_TOKEN='xxxx' ftsb

Installation w/o Docker

Requirements: Go

git clone https://github.com/devhsoj/ftsb
cd ftsb/
go build .

Running Inline:

DISCORD_BOT_TOKEN='xxxx' ./ftsb

Running with a .env or with a system/user environment variable:

DISCORD_BOT_TOKEN='xxxx'

then

./ftsb

ftsb commands

Note: ftsb will automatically send the trail status summary every hour by default.


To get the trail status summary:

!trailstatus

About

Fredericksburg Trail Status Bot


Languages

Language:Go 93.9%Language:Dockerfile 6.1%