Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 336 Bytes

Discord API webhook poller for Discord

Polls GitHub to notify of any new commits to the API documentation, then sends it via a webhook to Discord.

Running

Create a file called .env in the root of the repository and add:

DAPI_TRACKER_WEBHOOK_URL='<discord-webhook-url-here>'

Then run it using docker compose up -d.