Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 499 Bytes

Google Scholar Web Scraping

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.

How To Run

  1. Clone repo via SSH git@github.com:suzm10/google-scholar-scrape.git
  2. Install bs4 if you dont't have it via pip install beautifulsoup4
  3. Install lxml if you don't have it via pip install lxml
  4. Run the script in your preferred text editor.