This library parse and return the academic metrics such as number of citations, h-Index, etc.
Currently, this Python package supports the following source:
- Google Scholar
This package can be installed:
- using
pip
:
pip install edu-stats
- using
Makefile
on a cloned/forked repo:
make install
- using
pip
on a cloned/forked repo:
pip install -e . --upgrade --upgrade-strategy only-if-needed
edustats.google_scholar(user: str) -> dict
It returns the academic metrics from Google Scholar.
user: str
(mandatory): This is the Google Scholar user which can be retrieved from the Google Scholar profile URL.
import edustats
google_user = "7ftCdTQAAAAJ"
stats = edustats.google_scholar(google_user)
print(stats)
Kaveh Bakhtiyari - Website | Medium | LinkedIn | GitHub
Feel free to join the open-source community and contribute to this repository.
- Initial version
- Google Scholar is supported
- Supported metrics: Total citation, h-Index, and i10-Index