scholarly is a module that allows you to retrieve author and publication information from Google Scholar in a friendly, Pythonic way.
This is version 1.1 of the scholarly
library. There has been a major refactor in the way the library operates and it's code structure and it will break most existing code, based on the previous versions.
Check the documentation for a complete reference and a quickstart quide.
Use pip
to install from pypi:
pip3 install scholarly
or pip
to install from github:
pip3 install -U git+https://github.com/OrganicIrradiation/scholarly.git
To run tests execute the test_module.py
file as:
python3 test_module
or
python3 -m unittest -v test_module.py
To build the documentation execute the make file as:
make html
The original code that this project was forked from was released by Luciano Bello under a WTFPL license. In keeping with this mentality, all code is released under the Unlicense.