All Projects → hildensia → scholar

hildensia / scholar

Licence: other
Fetchs google scholar queries and outputs info or bibtex data

Programming Languages

python
139335 projects - #7 most used programming language

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 //")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].