OpenReview utilities for AHLI events
Short script to lookup preferred email address for OpenReview authorids.
python get_emails_from_author_ids.py \
--username=${OPENREVIEW_USER} \
--password=${OPENREVIEW_PASS} \
all_emails.txt
Where all_emails.txt
contains authorids in the format:
~authorid1|[email protected]
~authorid3|authorid1|authorid4
...