Bot that will attempt to schedule reservations on Resy for hard-to-book restaurants. Inspired by / logic salvaged from resy-booking-bot
This bot automates interactions with Resy and may violate Resy's Terms of Service. Use it at your own risk. Your account may be rate limited, suspended, or otherwise penalized, and reservations made by automated tooling may be canceled.
To start the scheduler:
npm install
./index.jsTo add reservations for scheduler to poll, modify add-reservation.js and then run:
./add-reservation.jsTo check when a venue starts releasing reservations:
./find-venue-reservations-available-time.jsThis project is licensed under the MIT License.