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

Fetches the latest changelogs from Discord and looks for new ones

License

Notifications You must be signed in to change notification settings

Datacord-GH/changelog-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog Tracker

A project by Datacord

Fetches the latest changelogs from Discord and looks for new ones

Setup and run with Docker

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

About

Fetches the latest changelogs from Discord and looks for new ones

Resources

License

Stars

Watchers

Forks