Skip to content

Lyken17/Scholar-Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Google Scholar Extract

With this, you'll be able to

  1. Get the number of how many times an article is cited by.
  2. Get the download url of an article.
  3. Get the references of this article. (need to download pdf first, will take some space in disk)

How to use it.

  • Python version 2.7 (NOT compatible with higher version)
  • Some python packages
    1. urllib
    2. urllib2
    3. BeautifulSoup4
    4. PDFminer
  • Run, python main.py, and input your query.

About

A spider which can give the citation number and references list of a certain query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages