Skip to content

ChuckMac/ADRFinder

Repository files navigation

ADRFinder

Release License

ADRFinder

Self-Hosted, Open Source, Advanced Dining Reservation Notifications for Disney World

Get a notification when those those hard to find dining reservations become available at Walt Disney World.

Self-hosted reservation finder

Installation

Docker

With Docker composer, just clone this repository and..

$ docker-compose up -d

Docker standalone

$ docker run -d --restart always -p "127.0.0.1:5500:5500" -v datastore-volume:/datastore --name adrfinder chuckmacdev/adrfinder

Then visit http://127.0.0.1:5500 in your web browser

Updating

docker-compose

docker-compose pull && docker-compose up -d

Notifications

ADRFinder supports a massive amount of notifications (including email, office365, custom APIs, etc) when a web-page has a change detected thanks to the apprise library. Simply set one or more notification URL's in the [edit] tab of that watch.

Just some examples

discord://webhook_id/webhook_token
flock://app_token/g:channel_id
gitter://token/room
gchat://workspace/key/token
msteams://TokenA/TokenB/TokenC/
o365://TenantID:AccountEmail/ClientID/ClientSecret/TargetEmail
rocket://user:password@hostname/#Channel
mailto://user:pass@example.com?to=receivingAddress@example.com
json://someserver.com/custom-api
syslog://

And everything else in this list!

Self-hosted reservation notifications

You can also customise your notification content!

Special Thanks

Special thanks to dgtlmoon's Change Detection whom much work for this project was taken from.