Snipe hard to get reservations from OpenTable. The idea for this project from https://github.com/Alkaar/resy-booking-bot
- Clone Repo
- Find you're OpenTable Token by looking in the headers of the requests sent from the OpenTable client to the API
- Add the following details at the bottom of the bot.py file: date, time, party_size, open_table_token (should be added via a .env file), resturant_id, firstName, lastName, email.
- Install the dependencies
- Run the project by running
python bot.pyin the directory