From the creators of SOM Monitor
Tracks the Flavortown shop for price updates and new items.
Clone the repo:
git clone https://github.com/skyfallwastaken/flavortown-tracker
cd flavortown-trackerConfigure the .env:
COOKIE= # flavortown.hackclub.com cookie
WEBHOOK_URL= # slack webhook url
USER_AGENT= # optional
BASE_URL= # optional - defaults to flavortown's prod instance
STORAGE_PATH= # optional - defaults to `flavortown-storage` folder in working dirThen run:
chmod +x ./scripts/run-every-5min.sh
./scripts/run-every-5min.shh