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

Datacord-GH/article-tracker

Repository files navigation

Article Tracker

A project by Datacord

Fetches the support articles to see if there are new updates on the articles or if there are new articles

Setup and run with Docker

docker build -t datacord-article-tracker:latest .
docker volume create datacord-article-tracker
docker run \
-e HC_ARTICLES_WEBHOOK_URL=REPLACE_ME \
-e DEV_HC_ARTICLES_WEBHOOK_URL=REPLACE_ME \
-e DMA_ARTICLES_WEBHOOK_URL=REPLACE_ME \
-e SAFETY_ARTICLES_WEBHOOK_URL=REPLACE_ME \
-e CREATOR_ARTICLES_WEBHOOK_URL=REPLACE_ME \
-e HC_ARTICLES_ROLE_ID=REPLACE_ME \
-e DEV_HC_ARTICLES_ROLE_ID=REPLACE_ME \
-e DMA_ARTICLES_ROLE_ID=REPLACE_ME \
-e SAFETY_ARTICLES_ROLE_ID=REPLACE_ME \
-e CREATOR_ARTICLES_ROLE_ID=REPLACE_ME \
-e DB_URL='./db/articles.db' \
--mount type=volume,src=datacord-article-tracker,target=/article-tracker/db \
--name article-tracker \
datacord-article-tracker:latest

About

Fetches the support articles to see if there are new updates on the articles or if there are new articles

Resources

License

Stars

Watchers

Forks

Contributors