Activity
Tl;dr
This is a headless automation bot that enters Stern Grove Festival ticket lotteries on your behalf every week. It uses Playwright to load the Stern Grove website, extracts lottery open/close windows from injected JavaScript, fills registration forms with your personal details, and emails you confirmation or error notifications — all triggered by a daily GitHub Actions cron job.
The project is a personal automation tool designed for a single user's workflow. It's written in Python, relies on Playwright for browser automation and Resend for transactional email, and maintains state by committing a JSON file back to the repository so duplicate entries are never submitted across fresh runner environments.
