Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 584 Bytes

Google Scholar Crawler

In this project we will be crawling Google Scholar profiles by name or URL and extracting list of publications and their details.

Installation

pip install -r requirements.txt

Alt Text

Usage

python main.py [-h] (-an AUTHOR_NAME | -u URL) [-o OUTPUT]

Examples

python main.py -an "John Doe"

python main.py -an "John Doe" -o "output.csv"

python main.py -au "https://scholar.google.com/citations?user=8Za5gQMAAAAJ&hl=en" -o "output.csv"

(c) Mohammad Sina Allahkaram