pub-collector is a Python lib that is used to collect FABRIC related publications from Google scholar.
For Python CLI tools, simply include this lib in the setup.py
file, install_requirements
section:
install_requirements=[
"some",
"other",
"deps",
"pub-collector",
]
Alternatively, use pip to install the dependency scholarly
from pypi:
pip3 install scholarly
Consult pub_collector/__main__.py
for usage examples.