21Bruce / resolved-bot

Resolved is a resy bot that assists in obtaining difficult or high-end reservations. Although it only works with resy, there is an opentable api in the tree.
BSD 3-Clause "New" or "Revised" License
41 stars 10 forks source link

Early Authentication + Eradication of api.Time #26

Closed 21Bruce closed 9 months ago

21Bruce commented 9 months ago

This branch contains the logic to allow for early authentication and therefore to reduce the RTT of a reservation transaction by approximately 1/4. This branch also contains a rewrite of all time dependent code to use the standard go time package rather than the old api.Time object, and thus a significant reduction in the complexity of the code of the bot.