PyORCIDator is a wrapper for ORCID data for integration to Wikidata.
It currently only tries and import for each ORCID:
It generates a quickstatement with a standard English description of "researcher" and a occupation --> researcher statement.
The current features are on the development list:
To install PyORCIDator, run the easiest way is to clone the repository with:
git clone https://github.com/lubianat/pyorcidator.git
Then, install it from the project's root directory with:
pip install -e .
To run PyORCIDator, interactively, run:
pyorcidator import
To run a simple query, just run:
pyorcidator import --orcid 0000-0003-2473-2313
To run a query with a list of ORCIDs, run:
# here orcids.txt is a file containing one ORCID per line
pyorcidator import_list --orcid-list orcids.txt