Alkaar / resy-booking-bot

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

ResyBookingBot is already defined as object ResyBookingBot #76

Closed crookedbans closed 1 year ago

crookedbans commented 1 year ago

Thanks so much for this code!! This is so awesome and would LOVE to have this work.

Sorry, I am new to scala/intellig. Google says it might have to do with sources of sbt/intellig, but that didnt seem to work..

Seeing the same error in sbt shell too. Attaching screenshots of configs and project structure. Any idea how to fix this?

Screen Shot 2022-12-27 at 8 20 11 AM Screen Shot 2022-12-27 at 8 19 50 AM Screen Shot 2022-12-27 at 8 17 38 AM
crookedbans commented 1 year ago

I fixed this by removing the Scalatest config and removing any of the python code that got mixed up in there.

Bot looks to be working now, but having trouble finding reservation (coming back saying empty when it is not in actuality). Might be an issue with venueID or others?

crookedbans commented 1 year ago

If helpful for others -- venueid most easily found in the string venue?id= as opposed to request header in network console.

crookedbans commented 1 year ago

Sorry for keep commenting, but last thing from me. Some restaurants are delaying release times and doing at random minutes/seconds. Is there a way for this to run every 10 seconds for say 30minutes? This is a trend we are seeing in Miami, NYC, etc etc

Alkaar commented 1 year ago

I'd be curious what restaurant is doing this. I purposely did not add that feature because I didn't want to hammer the endpoint all day as that would make them crack down on bots.

Alkaar commented 1 year ago

On the restaurant delaying release times, it was also brought up in this issue 👉 https://github.com/Alkaar/resy-booking-bot/issues/82

Going to close this issue out since it seems everything has been addressed here or can be discussed in the corresponding issue linked above.