Okay, I should have know that sessionize provides API ...
-
Go to your sessionize: CFP Evaluation Page --> CFS Page
-
On your Browser, click "Inspect" --> "Network" --> "Fetch/XHR" --> Find an Rest Call --> Copy --> Copy as cURL
-
Retrieve the confident contents out of the cURL
-
from the URL, you can get conferenceID & TrackID: example
https://sessionize.com/app/organizer/event/evaluation/tabboxes/16147/5092
,16147
stands for KubeCon India 2024,5092
stands for Platform Engineering track. -
get
Cookie
andRequest-Id
from Headers -
get
userId
(I called it personalID) in the--data-raw
part
-
-
fill those data into the python code , to replace those variables
-
pip3 install -r requirements.txt
-
run the script
python3 generate-report.py
-
get result in
data.csv