Steps to run script:
- Clone/download repository
- Navigate to folder
- (Optionally) configure virtual env
python3 -m venv env
pip install -r requirements.txt
python3 orcid_lookup.py email_list.csv
The file email_list.csv
should be a csv/text file, with one email address per row.