Skip to content

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way

License

Notifications You must be signed in to change notification settings

FranciscoKnebel/scholarly

 
 

Repository files navigation

Python package

Documentation Status

scholarly

scholarly is a module that allows you to retrieve author and publication information from Google Scholar in a friendly, Pythonic way.

Important Note

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.

Documentation

Check the documentation for a complete reference and a quickstart quide.

Installation

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

Tests

Run the tests

To run tests execute the test_module.py file as:

python3 test_module

or

python3 -m unittest -v test_module.py

Build Docs

To build the documentation execute the make file as:

make html

License

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.

About

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%