- Right click and hit
Inspect
, then go to theApplication
tab - Copy and paste all those values in the renamed file
config.example.json
->config.json
:{ "event_id": "80600", "chapter_id": "2871", "cookie": { "csrftoken": "your_csrf_token", "__zlcmid": "your_zendesk_cookie", "correlation_key": "\"your_correlation_cookie\"", "sessionid": "your_session_id", "cookie_consent_is_true": "true" } }
- In
attendees.txt
add your attendees in the following csv format:with each line being a new person.first_name,last_name,[email protected]
- Make sure Python is installed.
- To run the script after you set it up, run
py add_attendee.py
in your terminal (or just right click and run w/ python)
its not the best solution, so if you have any improvements, throw a pr out!