Harvesting metadata from a provided repository URL
Opened this issue · 1 comments
Aidajafarbigloo commented
Remote Harvesting
A feature that allows users to harvest and retrieve metadata from CFF and CodeMeta files by providing a GitHub repository URL.
By executing the command hermes harvest --url <URL>
, it scans the specified repository for CFF and CodeMeta files. If found, it retrieves the metadata from those files.
Aidajafarbigloo commented
We have changed our approach to address this issue. Currently, we are trying to use the path
argument available in commands\base.py
to test whether we can harvest CFF and CodeMeta metadata by executing the following command:
hermes harvest --path <URL>