Skip to content

fabric-testbed/pub-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pub-collector

pub-collector is a Python lib that is used to collect FABRIC related publications from Google scholar.

Getting Started

Installation

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

Usage

Consult pub_collector/__main__.py for usage examples.

About

Library for collecting publication that use FABRIC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages