Skip to content

Watches the Discord API repo for any changes, then fires a webhook if any are detected.

License

Notifications You must be signed in to change notification settings

hikari-py/dapi-docs-webhook-watcher

Repository files navigation

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.