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

Datacord-GH/job-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Tracker

A project by Datacord

Fetches the Discord Jobs page and checks for new ones, removed ones and updated ones.

Setup and run with Docker

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