OP 27 May, 2024 - 07:06 AM
(This post was last modified: 27 May, 2024 - 07:14 AM by Pi0n3T0. Edited 1 time in total.)
Problem Description
I want a bot that makes reservations at specific restaurants listed on Resy (resy.com). Most restaurant dinner reservations at top restaurants get booked instantly via bots. I am therefore unable to get reservations that I want (many restaurants make reservations available at specific times (ex: available to book 7 days before reservation at 9am) but are quickly reserved.
Here’s an open sourced bot that was written in scala: https://github.com/Alkaar/resy-booking-bot
Bot must authenticate with my Resy account (bot should make reservations via my Resy profile, and these reservations should be visible on my Resy account). Accepts inputs such as venue name, API token, reservation type (e.g., indoor, patio, or whatever the venue accepts), and a range dates and times (e.g., "Fri 24th April 5-8pm")
Functions with restaurants that require a credit card to reserve and flags if the reservation will require a credit card when setting up the bot to look for and make a reservation
Some restaurants open reservations at a specific time like 9am every day. I'd like to be able to specify a time of day, and have the bot checking as frequently as possible for that time of day
Should be limited to making a single booking once directed to look at a specific venue.
Paying up to 1k for successful bots. Programming language doesn’t matter
I want a bot that makes reservations at specific restaurants listed on Resy (resy.com). Most restaurant dinner reservations at top restaurants get booked instantly via bots. I am therefore unable to get reservations that I want (many restaurants make reservations available at specific times (ex: available to book 7 days before reservation at 9am) but are quickly reserved.
Here’s an open sourced bot that was written in scala: https://github.com/Alkaar/resy-booking-bot
Bot must authenticate with my Resy account (bot should make reservations via my Resy profile, and these reservations should be visible on my Resy account). Accepts inputs such as venue name, API token, reservation type (e.g., indoor, patio, or whatever the venue accepts), and a range dates and times (e.g., "Fri 24th April 5-8pm")
Functions with restaurants that require a credit card to reserve and flags if the reservation will require a credit card when setting up the bot to look for and make a reservation
Some restaurants open reservations at a specific time like 9am every day. I'd like to be able to specify a time of day, and have the bot checking as frequently as possible for that time of day
Should be limited to making a single booking once directed to look at a specific venue.
Paying up to 1k for successful bots. Programming language doesn’t matter