An open API service indexing awesome lists of open source software.

https://github.com/bthuilot/table-for-two

resy booking script
https://github.com/bthuilot/table-for-two

Last synced: 6 months ago
JSON representation

resy booking script

Awesome Lists containing this project

README

          

# Table for 2

Resy reservation booker

![](https://i.gifer.com/1A4d.gif)

## Installing

**Requirements**:
- Ruby
- Bundler (`gem install bundler`)

```bash
# Clone the repository
git clone https://github.com/bthuilot/table-for-two
cd table-for-two

# install dependencies
bundle install
```

## Running

```bash
ruby booker.rb --book-time "12:00" --date "2024-07-15" --venue-url "https://resy.com/hip-cool-venue" --party-size 2
```