Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clarifying comments for dates/times #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,21 @@ called `authorization`.
* **auth_token** - Your user profile authentication token when logging into Resy. Can be found once you're logged into
Resy in most `api.resy.com` network calls (i.e. Try the `/find` API call when visiting a restaurant). Open your web
console and look for a request header called `x-resy-auth-token`.
* **date** - The date you want to make the reservation in YYYY-MM-DD format. This should be set to the day after the
last available day with restaurant reservations as this is the day you want to snipe for a reservation once they
become available.
* **date** - The date the reservation will be on in YYYY-MM-DD format. This is in restaurant local Date/Time.
* **partySize** - Size of the party reservation
* **venueId** - The unique identifier of the restaurant you want to make the reservation at. Can be found when viewing
available reservations for a restaurant as a query parameter in the `/find` API call if you have the web console open.
* **resTimeTypes** - Priority list of reservation times and table types. Time is in military time HH:MM:SS format. This
allows full flexibility on your reservation preferences. For example, your priority order of reservations can be...
* **resTimeTypes** - Priority list of reservation times and table types. Time is in military time HH:MM:SS format in
the restaurant's local time. This allows full flexibility on your reservation preferences. For example, your priority
order of reservations can be...
* 18:00 - Dining Room
* 18:00 - Patio
* 18:15

If you have no preference on table type, then simply don't set it and the bot will pick a reservation for that time
slot regardless of the table type.
* **hour** - Hour of the day when reservations become available and when you want to snipe
* **minute** - Minute of the day when reservations become available and when you want to snipe
* **hour** - Hour of the day in server time when reservations become available and when you want to snipe
* **minute** - Minute of the day in server time when reservations become available and when you want to snipe

Lastly, remember to have a credit card on file in your account. Some reservations require a credit card before making
a reservation in case of late cancellations or no-shows. Not having one will result in the snipe to fail!
Expand Down