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
- Host: GitHub
- URL: https://github.com/bthuilot/table-for-two
- Owner: bthuilot
- License: gpl-3.0
- Created: 2024-11-22T13:23:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T22:17:30.000Z (about 1 year ago)
- Last Synced: 2025-06-10T23:27:57.678Z (about 1 year ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table for 2
Resy reservation booker

## 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
```