A comprehensive Python Flask webhook for managing event attendee check-ins via QR code scanning.
Standard event attendee with basic event access. Default level for most attendees.
Premium attendee status with special privileges and areas. Priority support included.
Event presenters and speakers with backstage and speaker areas access.
When scanning a valid event QR code:
For attendees who scan again:
For early arrivals:
Edit .env
file with your settings:
POST /webhook
- Main AllCodeRelay webhook{"code": "EVENT_CHECKIN_XXXXXXXX"}
GET /admin/events
- List all events with statisticsGET /admin/event/<id>/attendees
- List attendees for eventGET /admin/stats/<id>
- Real-time event statisticsevent-checkin-webhook.py
- Main webhook scriptrequirements.txt
- Python dependenciessample_data.py
- Sample data generator.env.example
- Environment configurationReady to implement event check-in with AllCodeRelay?
Download Webhook Script Download Requirements Download Sample Data View Full Documentation