Alkaar / resy-booking-bot

🔫 Helps to snipe hard to get reservations at restaurants that use resy
401 stars 214 forks source link

Why are we doing a find before detailes? we can also jsut try details endpoint first | Also the 2 second earlier issue #132

Open abedavidebe opened 1 year ago

abedavidebe commented 1 year ago

I have a concern of losing reservations, since we are first trying /find/ endpoint to see avail slots and then details to get the booking token and paymentId, and then we do book. Is it possible to try do /details/ right away and then /book/?

Also we are trying to start the bot 2 seconds earlier, what's the reason for that? wouldn't this cause us to do a find/ 2 seconds earlier ? and then not find anything ? and then the bot will stop?