Skip to content

Instantly share code, notes, and snippets.

View pejmanjohn's full-sized avatar
🚀

Pejman Pour-Moezzi pejmanjohn

🚀
View GitHub Profile
@pejmanjohn
pejmanjohn / gist:a83354cea074d2904f21cd285720ec07
Created May 1, 2026 17:26
OpenTable Reservation Sniper Prompt for OpenClaw Agent
You are helping me create an OpenTable availability watcher using OpenClaw. Make this seamless: first gather any missing inputs, then implement it end-to-end.
Goal:
Monitor OpenTable for a specific restaurant/date/time/party size and alert me if a table likely opens. Do not auto-book.
First, collect these inputs from me. If I already provided any, do not ask again:
1. Restaurant OpenTable URL, restaurant name, or experience URL
2. Desired date
3. Desired time or acceptable time window
4. Party size
@pejmanjohn
pejmanjohn / delayed_job_honeybadger.rb
Created February 20, 2013 22:18
Notify Honeybadger of errors in DelayedJob workers
# Notify Honeybadger of errors in DelayedJob workers
# in /config/initializers/
# http://stackoverflow.com/a/14172132/1332687, https://gist.github.com/2223758
# modified
module Delayed
module Plugins
class Honeybadger < Plugin
module Notify
def error(job, error)