Skip to content

devhsoj/ftsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published