This code will search for professors in Google-scholar given a basic search query link
pip install -r requirements.txt
{
"search_page_depth": {No of pages needs to search | int},
"starting_url": {starting url | string} ,
"my_interests": [
{List of interests | String}
],
"save_filename": {Text file name | string}
}
Go to the google scholar profiles page to get the starting url...
python3 main.py
You will see the following
Then after the end of the search, the data will be dumped to a text file like below