A python script that gets Professors Name, Field of Interest, E-mail, Website and University from https://inspirehep.net/ and saves it in a csv file using selenium.
If you already have python3 installed and are on windows with chrome installed you can simply run start.ps1 with powershell which will take care of everything for you.
This script requires python3 and selenium installed.Download any version of python3 from here.For selenium with python installed just run the following code in powershell or in terminal:
pip3 install selenium
Firstly,download this script. This script will only work if you have chrome.Download chromedriver from here.
After the download you should put the driver in the folder containing the script.
Add the search query and number of professors to save and run the script using python in powershell or in terminal like:
python3 prof.py search_query number_of_professors