Skip to content

A python script that gets Professors Name, Field of Interest, E-mail, Website and University from https://inspirehep.net/ and saves them as csv using selenium.

License

Notifications You must be signed in to change notification settings

sAksham-Ar/Prof_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prof_List

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.

Startup Script

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.

Dependencies

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

Setup

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.

Run

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

About

A python script that gets Professors Name, Field of Interest, E-mail, Website and University from https://inspirehep.net/ and saves them as csv using selenium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published