Validate if the attendee is registered for the conference by ticket code, name and email
- Validate if the attendee is registered for the conference by ticket code and name
- Validate if the attendee is registered by email
- Provide information about the registration type (attendee, speaker, sponsor, organizer, etc.)
- Automatically add the attendee to the conference Discord assigning roles based on the registration type
- Allow access to a video-streaming platform for conference talks
The REST-API returns the following information:
Important: run with ONE worker only!
uvicorn main:app --port 8080 --host "0.0.0.0"
It takes about 30 sec to launch, data is loaded and process from Tito
Add a .env
file with the following content:
TITO_TOKEN="your_secret_token"
ACCOUNT_SLUG="account_slug_from_tito"
EVENT_SLUG="event_slug_from_tito"