Skip to content

A crawler for crawling the basic information of papers from google scholar.

Notifications You must be signed in to change notification settings

zhengzl18/Google-Scholar-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Google-Scholar-Crawler

A crawler for crawling the basic information of papers from google scholar.

This repo is built on the basis of https://github.com/needleworm/google_scholar_crawler, which is now out of date.

Requirements

pip install scholarly==1.7.11

Usage

THIS IS IMPORTANT

Google scholar itself is way too hard to crawl, so it is highly recommended that you change the 239th line in scholarly/_navigator.py to

html = self._get_page('https://scholar.lanfanshu.cn/{0}'.format(url))

, which is a mirror site of google scholar.

About

A crawler for crawling the basic information of papers from google scholar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages