Skip to content

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

License

Notifications You must be signed in to change notification settings

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 https://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:https://webhook_id/webhook_token
flock:https://app_token/g:channel_id
gitter:https://token/room
gchat:https://workspace/key/token
msteams:https://TokenA/TokenB/TokenC/
o365:https://TenantID:AccountEmail/ClientID/ClientSecret/TargetEmail
rocket:https://user:password@hostname/#Channel
mailto:https://user:[email protected][email protected]
json:https://someserver.com/custom-api
syslog:https://

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.