Skip to content

msinamsina/google_scholar_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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