This is a python script that asks for a user to input the url for a google scholar profile, and then it writes publication data (title, year published, authors, etc..) from that profile to a JSON file.
- Clone repo via SSH
git@github.com:suzm10/google-scholar-scrape.git - Install bs4 if you dont't have it via
pip install beautifulsoup4 - Install lxml if you don't have it via
pip install lxml - Run the script in your preferred text editor.