Ticketmaster Auto-Purchase Script

Job ID: 40202849

Budget: $250 – $750 CAD

I need a lightweight macOS-friendly tool that takes a concert URL on Ticketmaster, checks availability at user-set intervals, and the moment seats open up it walks through the entire checkout flow and confirms the purchase.
The core flow should be:

• run from Terminal or a simple UI on macOS
• log me in with stored Ticketmaster credentials and keep the session alive
• poll the event page at the frequency I set, respecting Ticketmaster rate limits
• instantly select the ticket quantity and price range I pre-define
• complete payment with my saved card or Apple Pay, then alert me with a desktop notification and an emailed receipt dump

A headless browser solution with Python (Selenium, Playwright) or Node (Puppeteer, Playwright) is fine as long as it’s resilient to Ticketmaster’s bot detection. Clean, well-commented code and a short README explaining setup, environment variables, and how to adjust polling speed are required.

Delivery is the working script, a sample config file, and brief instructions captured on video or screenshots proving a test purchase in Ticketmaster’s sandbox/low-cost event.

The project is done when I can launch a command like
python buy.py --url <event-url> --qty 2 --section “Floor”
and see the confirmation number appear in Terminal.