Skip to content

hildensia/scholar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

This is a fork of www.icir.org/christian/scholar.html with some added functionality.

scholar

Fetchs google scholar queries and outputs info or citation data

FAQ

I get nothing but 403 Forbidden

The default of scholar is to fake a google id. Unfortunately that yields a 403 Forbidden after a while. You can adjust the google id to your actual id by the following steps:

How to download a paper?

Simply use the power of the shell:

wget $(python2 scholar.py "<SEARCHTERMS>" -c 1 | grep "^ *PDF" | sed "s/ *PDF //")

About

Fetchs google scholar queries and outputs info or bibtex data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages