Paste the event URL and platform. Then fill the rest in the next form.
Delete event
Delete ?
Pull from Dice
Because this site is static (GitHub Pages), the scraper has to run either on your machine or via GitHub Actions. This button shows the easiest options.
Option A: Run locally
cd scrapers
npm install
EVENTS_API_URL=https://your-project.vercel.app node run.js
Option B: Run on GitHub (manual)
Set repo secrets first, then click “Run workflow”.