You'll need to download a copy of the script.
You can download the script here: https://gist.github.com/Taiiwo/1cdf439c0cf46fe8add6/archive/044e6ac059ce37afbc132ef05eb3f6549ebe8381.zip
You're going to need a CSV file of just the first and last names, so just make a copy of the file, delete all of the other columns (Leaving First and last name as the first two collumns), and save the file as a .csv (Under "Download as" in Google Sheets).
Put the CSV and the script into your home folder. To locate the home folder on a mac, open Finder, press command+shift+g
, then type ~/
.
A black box should open up saying "Enter the filename of the input file:". Type in the filename of the input file and leave it to finish. Once it's done, it will save a CSV file in the same directory as everything else called "output_file.csv". You can open this file in Google Sheets and copy the columns across.
I tried to make the program run as fast as I could as I knew it was going to be used for around 100 thousand records (Which is 200,000 searches). I made it run on a maximum of 20 threads. Any more than that and I feared that you'd get kicked from the API, but if you really need to kick it up a notch, on line 46 of the script, you can change the number of threads to whatever you want (Maybe 50?).