Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
/ store-tracker Public archive

Fetches the Discord store and checks for new products, price updates and name changes

License

Notifications You must be signed in to change notification settings

Datacord-GH/store-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Tracker

A project by Datacord

Fetches the Discord store and checks for new products, price updates and name changes

Setup and run with Docker

docker build -t datacord-store-tracker:latest .
docker volume create datacord-store-tracker
docker run \
-e WEBHOOK_URL='REPLACE_ME' \
-e ROLE_ID='REPLACE_ME' \
-e DB_URL='./db/store.db' \
--mount type=volume,src=datacord-store-tracker,target=/store-tracker/db \
--name store-tracker \
datacord-store-tracker:latest

About

Fetches the Discord store and checks for new products, price updates and name changes

Resources

License

Stars

Watchers

Forks